Viewing 15 posts - 106 through 120 (of 163 total)
For practicing programming and administration it's not going to make a great deal of difference whether you install a default or a named instance. Why not keep it simple and...
May 5, 2009 at 5:00 pm
Enterprise manager is one of the components that you can install from the SQL Server 2000 CD.
May 5, 2009 at 4:53 pm
Thanks for the tip Dan.
I've just finished reading Michael Otey's book "Microsoft SQL Server 2008 new Features", and on page 58 he states:-
"Some of the clustering-specific improvements in SQL Server...
May 4, 2009 at 10:56 am
Any additional logging options available in the 3rd party app?
There may be an option somewhere to turn on more verbose logging perhaps?
Failing that, I think SQL Profiler is going to...
May 4, 2009 at 10:37 am
Hmm never had to do this myself, but you might try:-
1) Shutdown the instance in question
2) Take a file-system copy of all the MDFs and LDFs (including the system databases
3)...
May 2, 2009 at 3:18 pm
It's definitely Visual Studio and not BIDS? (Business Intelligence Design Studio) which is the cut-down version of VS which ships with SQL Server?
Either way you should be able to uninstall...
May 2, 2009 at 11:13 am
The only two options at the global level are Windows Authentication or Mixed Mode (Windows and SQL Server). Unfortunately there is no SQL Server only authentication.
If you have existing domain...
May 2, 2009 at 2:22 am
The backup time will not so much be dependent upon the amount of RAM in your system but more by:-
(a) the I\O available on the disk where the database is...
April 22, 2009 at 3:34 am
No that's fine, you won't need Access on the server in question.
Use Access from your PC to create (or if you don't have Access, have the user create for you)...
April 20, 2009 at 4:45 am
I have Visio Pro 2002, and that does a nice job of building an ERD for you from an existing database.
April 20, 2009 at 3:38 am
You could try using the SSIS Import \ Export Wizard.
In Management Studio right click on the database in question, "Tasks", "Export Data".
In the resulting wizard check that the source server...
April 20, 2009 at 3:35 am
Yes, that query returns a more comprehensive result.
I was trying to find a way to use a DMV rather than querying a system table.
April 13, 2009 at 6:11 am
You should be able to do this by running the setup.exe from the command line and adding the relevant switches. For example "TARGETCOMPUTER=" and "INSTALLASDATADIR".
For even more granular control you...
April 13, 2009 at 4:42 am
Have never seen this myself, but if an executable it being renamed, could this be the result of some kind of Virus Scanning software if it suspects (rightly or wrongly)...
April 13, 2009 at 4:19 am
Hmmm how about...
select count(*) from sys.dm_exec_requests where db_name(database_id) = 'MyDatabaseName'
April 13, 2009 at 4:13 am
Viewing 15 posts - 106 through 120 (of 163 total)