Viewing 15 posts - 481 through 495 (of 824 total)
I have found that most of these type of attempts at stress testing are quite difficult to do properly. Unless you can replicate the entire environment from the database server...
June 20, 2005 at 8:37 am
If I recall correctly we had a similar issue that was caused by our netbackup system. We wound up scheduling the SQL backups and the NetBackup so that the SQL...
June 16, 2005 at 7:05 am
How/where do I view space used vs. log space?
The DBCC SQLPERF (LOGSPACE) command will display the log space and the % used for all databases on the server.
Should the size...
June 15, 2005 at 10:27 pm
Check the collations on each of them. You will have to either change the collation of one of the columns or cast the collation of one of them in the...
June 15, 2005 at 9:39 am
Apart from the apparent logical problems of your database design (T apparently has no key and hence allows duplicates) you could use the query as a derived table.
Note, however...
June 15, 2005 at 9:19 am
Since clustering is really a Windows function, the Windows oriented class is probably what you need. SQL Server really just rides on top of the Windows Clustering Service and installing...
June 14, 2005 at 8:12 pm
That is a very different question indeed! And a very difficult one to answer. Since not all transactions are created equal the number of transactions is only one part of...
June 14, 2005 at 6:41 am
Sounds about right... One bit of advice: do your homework and create as few database groups as possible. Again, look for the commonality between them at the database level, while...
June 13, 2005 at 1:54 pm
Would every role need access to each of the five databases? And if so, you should look for the lowest common denominator. It will probably turn out that many of...
June 13, 2005 at 1:00 pm
Are you asking how to arrive at an estimate of how many transactions per second an application will generate, or are you asking how to measure how many transaction per...
June 13, 2005 at 12:52 pm
I'm not exactly sure what you are after, but I suspect that you might want to look at the sqlstp.log file in your ../Windows directory.
June 6, 2005 at 9:30 am
The primary thing you will need to do is to install the correct drivers on your server. From there you'll need to use the provider information to define the linked...
June 6, 2005 at 9:21 am
I don't see anything there that I can specifically address, but I would call MS to open up a ticket with them. They'll charge you, but I have usually found...
June 6, 2005 at 9:19 am
While technically true, that statement may not be the best advice... If you need to be able to recover your database to any point in time, you need to keep...
May 25, 2005 at 10:08 am
It sounds like you need to store the documents in an image column. This is simply a binary "copy" of the existing document which would preserve all formatting etc...
May 25, 2005 at 10:03 am
Viewing 15 posts - 481 through 495 (of 824 total)