Viewing 15 posts - 301 through 315 (of 1,292 total)
koreshkov.ev (2/3/2010)
Bru Medishetty, pleace try to looking better 😉
I did not find anything related to SQL Server yet..
Please pardon my ignorance, can you point me towards the SQL Server Tutorial...
February 3, 2010 at 11:08 am
koreshkov.ev (2/3/2010)
Hi, bhuvi! I recommend you look at these tutorials. Once I started to learn from them.
Does that contain SQL Server related tutorials? I don't seem to find any..:w00t:
February 3, 2010 at 10:20 am
I have not done in SQL Server 2000, but had performed this in SQL Server 2005 / 2008. In both these versions I had choice to use the SSIS and...
February 3, 2010 at 10:15 am
Does your column contains values as Feb 2010, Jan 2010 or the column is a datetime datatype?
February 3, 2010 at 6:28 am
Would you be able to share the code that exists in the SP, may be something in that needs to rewritten or changed..
February 3, 2010 at 6:25 am
Look for express edition for SQL Server on Microsoft. It is free to download and since SQL Server is Windows (GUI) based, it would be easier to learn it. You...
February 2, 2010 at 8:28 pm
More information would lead to any guestimates, at this point, would only ask for checking the Indexes and Stats on those tables/views, mainly on those columns that are used in...
February 2, 2010 at 7:13 am
I would prefer the suggestions given by Jeff and Alan.
Partitioning the database might be a possibility only if the Edition is Enterprise Edition.
February 1, 2010 at 6:40 pm
Sourav-657741 (2/1/2010)
If the login is a SQL Login, and if the server authentication is set to "Windows", it might give the error.
Understood, but a change in the Authentication Mode would...
February 1, 2010 at 10:13 am
Having lower # of CPU's would be one of the reasons, and as Jeff suggested have the Stats updated..
February 1, 2010 at 8:58 am
Sourav-657741 (2/1/2010)
Make sure you have changed the security settings of the server to "Mixed Authentication Mode" (SQL+windows autheitcation mode).
Any reason why it must be changed to Mixed Authentication Mode?
February 1, 2010 at 8:53 am
Interestingly, I found the database option "concat null yields null" when set to either True or False, it yields null values only.. unless SET CONCAT_NULL_YIELDS_NULL ON is specified..
I could...
February 1, 2010 at 7:54 am
Either you need to be using the Database Snapshots feature.. (There would be performance hit if your db is larger one, and you also need to have Enterprise Edition for...
February 1, 2010 at 7:43 am
Agree with Lynn, it's vague to give a straight answer.
If you need to get the jobs on the test server, you could get it back from latest backup of msdb...
February 1, 2010 at 7:39 am
Viewing 15 posts - 301 through 315 (of 1,292 total)