Viewing 15 posts - 496 through 510 (of 1,884 total)
This is from SQL SErver 2005 BOL article installed from the CD:
Using a Dedicated Administrator Connection
"To conserve resources, the DAC connection is not available in SQL Server 2005...
February 5, 2007 at 9:40 am
HI,
I don't know your requirements for the database, but I would not create databases with several filegroups on C: I would not put any databases on the system drive assumning...
February 2, 2007 at 9:47 am
I use Structured Storage File type when saving the package. Then you can copy the file and open it from another computer. You will have to correct package content to...
February 1, 2007 at 12:24 pm
Ram,
see if this article from Database Journal will help you. It contains a VB script that adds values to the registry for SQL Server 7, you can adjust script lines...
February 1, 2007 at 12:21 pm
John,
SQL Server Reporting Services are a very good tool and come mostly free with SQL Server (see licensing for details when it is free and when it is not)
If...
February 1, 2007 at 12:07 pm
Terry,
You should not be logging as SA
He is an admin but generic per se
SOx auditors will not be happy with that,
Get yourself new credentials instead!
February 1, 2007 at 12:02 pm
I would use Source Code Control tools like Visual Source Safe, Teams Foundation Server or Subversion (Subversion is free)
February 1, 2007 at 11:40 am
Martin,
this command not only may change the collation, but it will totally rebuild Master database including login information. I would specify the collations for individual databases.
February 1, 2007 at 11:36 am
Ram,
I did not mean he-he at you, it was just funny joke about the space. I do understand we should not install stuff on the production servers.
Have nice weekend!
January 26, 2007 at 2:43 pm
Why would you want to do that? It does not take a lot of space and if people need to look up something, they can easily access the copy online...
January 26, 2007 at 1:35 pm
I use DB ID. For some reason i did not have luck even filtering on Database Name
January 26, 2007 at 1:28 pm
The questions should be:
How do you manage so much data? How often do you suppose you will revisit any give file? How do you back up your data and to...
January 26, 2007 at 1:21 pm
getdate() returns current date and time like the clock.
January 23, 2007 at 4:17 pm
Viewing 15 posts - 496 through 510 (of 1,884 total)