Viewing 15 posts - 1,801 through 1,815 (of 2,436 total)
Why a linked server ? You can just execute it from QA ... am I missing someting here ?
October 18, 2005 at 11:30 am
After executing sp_adderver ...,local you need toi stop/restart SQL Server.
Just a little 'undocumented feature' that's been around since v4.21 ...
October 17, 2005 at 11:47 am
Just curious ... what did MS say that each of the trace flags did ???
October 17, 2005 at 11:45 am
Is the server presently in production (I'm guessing no at this time). If the server is not in production I'd opt for the simple solution on this one:
October 17, 2005 at 11:31 am
First off automation is a no-no to many things can go wrong - the worst being that you have to recover (reinstall) a SQL Server. Second, having users assist in...
October 13, 2005 at 11:59 am
I'm not so sure the AD migration tool will 'fix' Windows logins/groups within SQL Server ... but who knows ... any word on getting 'technical person' ???
October 12, 2005 at 1:04 pm
Developer edition has no 'throttles' - it's basically Entetrprise Edition under the covers.
October 12, 2005 at 12:49 pm
Run DBCC SHRINKFILE , then the ALTER/MODIFY.
October 12, 2005 at 12:47 pm
Are you using domain user accounts for the SQL Server Service and SQL Agent Service ? Are the accounts the sameon each server ? Are the service accounts set up...
October 12, 2005 at 12:43 pm
Yelana is on track with all of the changes (here's probably a few more lurking, dependent on which features you use). After the prep-wprk when removing the computer from the...
October 12, 2005 at 12:18 pm
I too have Win2K and Win2K3 servers in production and have performed this upgrade a number of times without issue. By default when you install SQL Server 'BUILTIN\Administrators' has sysadmin...
October 12, 2005 at 12:04 pm
Thanks a ton Terry ! I'll let you know if I can change anything for the better !
October 11, 2005 at 12:59 pm
I'm guessing the "Virtual SQL Server Instance IP" ...
October 11, 2005 at 12:57 pm
Chris, an ANSI 'flaw', I think not. Column order does not matter at all in the DDL. The 'flaw' is in the interpretation. Below I've excerpted a post of mine...
October 11, 2005 at 12:13 pm
Viewing 15 posts - 1,801 through 1,815 (of 2,436 total)