Viewing 8 posts - 1,471 through 1,478 (of 1,478 total)
In the future pleas write your question. In this case you had an error in your code that is very easy to spot, so I think that I can...
September 1, 2008 at 12:46 pm
There are 2 main reasons that it is not recommended. The first reason that each time that you modify data, the server has to write the modification on...
September 1, 2008 at 4:58 am
How are you trying to shrink the file? Can you try to issue direct dbcc shrinkfile command from SSMS or QA and see what happened?
Adi
August 28, 2008 at 3:23 am
Muhammad Tariq (8/27/2008)
Try it,Grant View Server State To [userid/login]
Since Cherie asked about sysperfinfo table, my guess is that Cherie is using SQL Server 2000. You can grant view...
August 27, 2008 at 1:26 am
If you want a user to be able to use sysperfinfo table, you can do one of the fallowing:
1) Add the login as a user to master database and grant...
August 27, 2008 at 1:20 am
There are 2 ways that I can think about:
The first way is simply to use profiler and catch only the login and logout events. Then you can insert...
August 27, 2008 at 1:06 am
I don’t know what causes this behavior, but I don’t think that it has something to do with the QUOTED IDENTIFIER set option. The reason I don’t think...
August 26, 2008 at 12:42 am
You can use a table and insert the date into the table. The job can query your table in order to get the correct date. I realize that...
August 25, 2008 at 9:30 am
Viewing 8 posts - 1,471 through 1,478 (of 1,478 total)