Viewing 7 posts - 16 through 22 (of 22 total)
Often the customer calls me because, when he tries to use the application (by entering username and password) after some seconds he gets an error message like "User does not...
May 14, 2008 at 9:16 pm
As a matter of fact, if I open up a Command Prompt on my SQL Server, I can manually issue the SC commands I show above, and can START and...
May 14, 2008 at 8:55 pm
Use DBCC SHRINKDATABASE OR DBCC SHRINKFILE.
May 14, 2008 at 8:49 pm
I've never seen that error occur when expanding nodes within Object Explorer.
You can use Activity Monitor (under Management node in explorer) to quickly view resource usage among each user connections....
May 14, 2008 at 8:46 pm
No, I don't have any experience with compression. Surely there is some formula to it though. I imagine performance would be an issue once your tables reached a specific size.
May 8, 2008 at 4:51 pm
Data Archival is generally a business requirement that is considered during database design. It is only one of many variables that affect good DB design.
Before providing my solution, I have...
May 7, 2008 at 8:17 pm
As the pervious poster asked, what is the purpose? Remember, there are always multiple ways to accomplish a task in SQL. It is the end result/goal that dictates the best...
May 7, 2008 at 1:25 pm
Viewing 7 posts - 16 through 22 (of 22 total)