Viewing 15 posts - 256 through 270 (of 280 total)
If you're new to SQL Server then use SQL Server Management Studio (SSMS) GUI to point-and-click your way through the configuration. Open SSMS, connect to the database instance...
November 24, 2011 at 7:59 am
I support half a dozen SQL Server 7.0, around 10 SQL Server 2000 instances, around 30 2005 instances and 30 2008 instances, about 5-10 2008 R2 and no Denali.
All in...
October 21, 2011 at 10:26 am
Thank you! I knew it would be something simple. And you're right, my script was built on the fly whereas Michelle has obviously put a lot of work...
October 20, 2011 at 9:06 am
You're nicer than me. The tinyurl in my post above is a lmgtfy to the BOL.
October 20, 2011 at 6:12 am
That's right, yes. From Microsoft:
TIMEOUT integer
Specifies the time-out period in seconds. The time-out period is the maximum time that a server instance waits to receive a PING message from...
October 20, 2011 at 3:29 am
Odd. It could be something obscure, page size difference or something daft like that?
It's long winded but have you tried restoring to a quick install of SQL 2005 express,...
October 20, 2011 at 3:24 am
Be careful with this. One of my customers wrote a VBScript-based app to send automated e-mails using ASP and coded in plaintext connection strings (passwords and all) to a...
October 20, 2011 at 3:14 am
If you want to use SSMS and you know where the table(s) are that are using FTIs, use the context menu (right-click) on one of the tables, go to Full...
October 19, 2011 at 5:15 am
just include SET PATH = %PATH%;C:\thisfolder\thatfolder as a line in the script, to where sftp2 resides.
It only sets it for the session, not as a global permanent setting, so no...
October 19, 2011 at 5:06 am
You could mitigate against this by writing a try/catch into the application code, parsing feedback from SQL Server for 'SQLServerException', 'Connection refused' or similar. You could alter it so...
October 19, 2011 at 3:19 am
October 18, 2011 at 7:41 am
Viewing 15 posts - 256 through 270 (of 280 total)