|
More site info...
Getting started with SQL Server | Forum profile
|
|
Forum profile page for Getting started with SQL Server on http://technet.microsoft.com.
This report page is the aggregated overview from a single forum: Getting started with SQL Server, located on the Message Board at http://technet.microsoft.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Getting started with SQL Server" on the Message Board at http://technet.microsoft.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Getting started with SQL Server:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
34
|
248
|
742
|
|
Post:
|
71
|
549
|
1,674
|
|
|
Getting started with SQL Server Posting activity graph:
|
Top authors during last week:
user's latest post:
Handling Foreign Key Constraint...
Published (2008-11-28 13:04:00)
Hello, Please, could you have a look on this link ? http://msdn.microsoft.com/en-us/library/at8a576f.aspx You should find some ideas to "dig" for the use of SqlDataAdapter ( i suppose that you are using Sql Server ) Don't hesitate to post again for more help or explanations. A little advice : this question would be asked on the Sql Server Data Access Forum...
user's latest post:
SQL Processor Usage (Per User...
Published (2008-11-28 03:56:00)
Yes, per user licensing will use all available sockets on the machine, up to and including the maximum for your edition of SQL Server. It's generally preferred for sites with fewer users. Per processor licenses unlimited users for one processor socket only...you need to license each socket individually. Does this help? Aaron Alton
user's latest post:
[Help] Problem on starting SQL...
Published (2008-11-26 06:21:00)
Finally. Strategy 2 worked. Upgrade went without a hitch. Unfortunately I have to add the services not provided by 2000 separately, such as Reporting Services, but at least I can connect and log in to the server. Gary
user's latest post:
Can not modify Adventureworks...
Published (2008-11-26 20:36:00)
Question answered. The Walthrough added the AdventureWorks sample database to App_Data folder. Therefore, only this user database under the Database Explorer was modified, not the database at the local SQL Server folder. What is the purpose for adding a database into the App_Data folder of the Visual Studio?
user's latest post:
Error in SQL 2005 cluster...
Published (2008-11-28 15:23:00)
Here is the point !! i have to shutdown the passive node in order to launch sql setup. Otherwise it always fails !! Once int the checking screen, i switch on the second node wait until it's on and continue the install. But the pb is that I cannot select the second node during the setup process..... I think that this kind of pb is about my VPC cluster config......
user's latest post:
Multi CPU multi core management...
Published (2008-11-27 17:00:00)
Hello, I did it, that's why i know all my 16 cores are normally used, in this page i used automatic processor affinity and i/o affinity. But in the task manager as in other system mangers, i see that 1 core on 4 is very used and the other three not. Your terms are clear moreover i'm french. Do you know if there's something to change maybe on my windows 2003 server configuration? Thank you Have a nice day as well.
user's latest post:
Is it possible to add up 2...
Published (2008-11-27 16:35:00)
I was wondering, is it possible to say we have 3 columns, the 3rd being not null. If I enter a value for the first and second, I want it to automatically lets say add up 1 and 2 and put the value to 3. I don't know if it is possible, but if it is that would be nice.
user's latest post:
Null rows while bulk upload from...
Published (2008-11-26 17:49:00)
Hello all, I am facing a weird problem (or I don't know if is commonly faced ) I am doing a bulk upload of my excel data using OPENROWSET keyword (SQL 2000) At the end of the excel sheet there are few empty rows. These rows are getting added as null rows in the table. How can this be avoided? Thanks Rach.
user's latest post:
[Help] Problem on starting SQL...
Published (2008-11-26 05:49:00)
Well, I wiped it all out and installed 2005 Express and MSEE and it is up and running...even with my data on a different partition. I am not sure I want to risk breaking it by upgrading to 2008 Express. Maybe in a week or so when I have some free time.
user's latest post:
Connect to SQL Server Cluster...
Published (2008-11-28 17:05:00)
If you are using a non-default port you have to either specify the port you are using, or ensure that the SQL Server Browser Service is running. [Ajmer Dhariwal MCITP, MCDBA, MCSA & Sybase certified dba | Blog at http://www.eraofdata.com]
|
|
|
|
Latest active threads on Getting started with SQL Server::
No activity within last 3 months.
|
|
Hot threads for last week on Getting started with SQL Server::
Started 2 months, 2 weeks ago (2008-09-21 08:04:00)
by Ardemican
Hi, i have installed SQL SERVER EXPRESS 2008 and when i try to start it, i get the following error: Code Snippet SQL Server Configuration Manager The request failed or the service did not respond in a timely fashion. Consult the event log or other applicable error logs for details. From Windows Event Log: Code Snippet FileMgr::StartLogFiles: ...
Started 1 week ago (2008-11-27 11:20:00)
by Florian CADOT
Hello everyone. I'm newly database administrator and i have to manage a SQL server 2005 installed on a 16 cores server. It seems that SQLserver is only using 4 CPU on 16 and i even don't know if it's using one core per cpu or only the first CPU. Do you have some tips ab it? Thanks in advance
Started 1 week, 2 days ago (2008-11-25 17:08:00)
by Zumbro
My question is with respect to bulk upload of data. Data is sent to us in an excel file on a regular basis to be uploaded onto our SQL 2000 server . The data may require an update if the record already exists, otherwise it has to be inserted. Can someone suggest a good mechanism to upload this regularly? I read about DTS ,packages/macros. Are they the best way to go? If so, can ...
Started 1 week ago (2008-11-27 11:08:00)
by MikeLyon
Hello, same problem here ! but no keys found in the registry. The problem came when I cancel during install. How can I manage to clear every thing about Sql Server install ? Thx !
Started 6 days, 1 hour ago (2008-11-28 15:35:00)
by Baskaranselva
Hi, I have a SQL Server 2005 cluster, which has been installed as a default instance. Configured static port as 1432. When I try to connect using IP address, I am not able to connect without using port number. Whether there is an option to conect via IP address without mentioning the port number. I have another SQL Server 2005 cluster which has static port as 1433 and I am able...
Started 6 days, 16 hours ago (2008-11-28 00:27:00)
by Meltdown61
Hi all How do I capture an error message from SQL server in an MS Access form? I'm getting an error message back from Sql server, but it's a bit to cryptic, so i need to capture the error and write my own handler. I've tried Before and After update events, but they don't seem to capture the 'sql server odbc error' being returned. Anyone know how to handle ...
Started 6 days, 19 hours ago (2008-11-27 21:18:00)
by Microtrends1
I understand that if I go with a Per Processor scheme that processing is limited by the number of licenses that I purchase. If I go with the Per User scheme will I be able to use all available processors?
Started 1 week, 1 day ago (2008-11-25 22:44:00)
by Graystone
Newby who is self-training. Some basics requested that I haven't been able to glean. Not foreign to technology, but need some very basic reference points from which to launch my training: Current status: 1. Have installed SQL Server 2008 (x86) on Windows XP PC. All appears to be functioning as intended. Have it on local pc so as to shorten the learning curve as I progress (keeping ...
Started 1 week ago (2008-11-27 15:53:00)
by ElBasha
Hello, I have a gridview on asp loaded with values from SQL. From these values, I have 3 bit values, I want to set the SQL statement that if these 3 bit values are true, do not show them in the results, how do I do that?
Started 1 week ago (2008-11-26 19:31:00)
by Wonjartran
After successfully installed the Adventureworks sample database, I followed the Walkthrough: Modifying Data Using the ListView Web Server Control, to successfully create a website. Testing the web page, displyed the Listview with all the buttons defined. Then I clicked the Edit and Insert buttons to modify the Table HumanResources.Department. The web page showed the modified, new...
|
|