Viewing 15 posts - 226 through 240 (of 629 total)
One thing I hate about those login messages they don't tell you what database it is trying to connect to.
Turn on a profiler trace the failed login attempt with all...
March 25, 2009 at 10:53 pm
Compatiblity Charts ..
2008: http://www.microsoft.com/sqlserver/2008/en/us/editions-compare.aspx
Thanks.
March 25, 2009 at 10:48 pm
March 25, 2009 at 10:42 pm
Here are the links I had gotten...
http://go.microsoft.com/fwlink/?LinkId=111531&clcid=0x409
http://support.microsoft.com/?id=943345
http://technet.microsoft.com/en-us/library/cc262731.aspx
http://support.microsoft.com/kb/932744/
http://blogs.msdn.com/chrisfie/archive/2008/06/18/sharepoint-performance-tuning-references.aspx
Thanks.
Mohit.
March 25, 2009 at 10:12 pm
I have moved SQL installs from one drive to another; but never binaries. I usually only relocate the data/log files if needed.
I would ask your co-worker not to do...
March 25, 2009 at 4:43 pm
March 25, 2009 at 1:58 pm
Check out Query Governor setting on your SQL Server.
I had a similar message when my Query Governor was turned on; it is designed to prevent long-running queries. I changed...
March 25, 2009 at 12:07 pm
The NET Library information resides in following registery key:
HKLM\Software\Microsoft\Microsoft SQL Server\MSSQL.1\MSSQLServer\SuperSocketNetLib
Under there you should have folder for each protocol ..
Attached is Reg file for that you can try importing it,...
March 25, 2009 at 10:53 am
Urg sorry; that wouldn't work because the function returns a table which was not supported in SQL 2000.
You can run that query in a database that is 90 and it...
March 25, 2009 at 10:17 am
I would leave Print gives you nice log out put :).
I use that in one of my SQL 2000 job where it is detailed Store Proc doing the work; and...
March 25, 2009 at 8:33 am
Rob Symonds (3/24/2009)
D: RAID5 900GB (4 x 300GB @ 10k RPM) or RAID5...
March 25, 2009 at 1:37 am
State 12 indicates the user does not have access to the default database or the initial database in the connection string.
Ref: http://sqllearnings.blogspot.com/2008/10/error-18456-severity-14-login-failed.html
Thanks.
March 25, 2009 at 1:19 am
Thanks for article, I had found something similar at CodePlex, Link[/url].
Only thing about CodePlex version was I couldn't get it to script out only the objects I wanted. So...
March 25, 2009 at 1:16 am
Hmmm on your production box you don't have any NET libraries? But it is working? That is strange; I ran into it once but my production box was...
March 25, 2009 at 1:07 am
If your Stored Procedure is executing SQL Statements based values passed then it will generate two different execution plans. The query that is running slow your execution must not...
March 25, 2009 at 1:00 am
Viewing 15 posts - 226 through 240 (of 629 total)