Viewing 15 posts - 46 through 60 (of 60 total)
I have managed to get part way to a solution using the following query, The only issues are, if more than one Stored Proc/Query is used by the report only...
June 24, 2008 at 5:39 am
I was thinking of using profiler, this problem is that some of the reports access databases on separate servers and there are a number of reports that are run very...
June 23, 2008 at 10:05 am
I have cracked it!
Solution was;
create a new database [db name_2] (with new data and log files)
shutdown sql server
swap the mdf file (db name_2.mdf) for (db name.mdf)
bring up the server...
March 28, 2008 at 6:12 pm
Hi,
yes it looks as though the appl is not clsoing conenctions once it completes it routine. The number of connections created is around 25, with potentially up to 30...
February 13, 2008 at 6:42 am
Not sure if this process could ever by 100% accurate, there will always be some clever dick who sticks random characters and numbers into a house name for example, there...
August 23, 2007 at 5:55 am
Many thanks for the advice
June 20, 2007 at 9:36 am
OK, firstly, it's not that big an issue for me, I just though it was interesting.
Anyhoo, to illustrate the issue let us create 3 SQL logins as follows
EXEC sp_addlogin 'xxx'...
May 16, 2007 at 8:51 am
I would reiterate that the logins are solely SQL logins, there is no corresponding Windows login that would allow the user to access the server/database.
The situation came to light...
May 16, 2007 at 4:15 am
I can confrim that the logins in question are SQL logins.
As you will be aware, using EM to create a login with a blank password adds a null to the...
May 14, 2007 at 9:02 am
Hello
I use the following SP (I think taken from SQL server central and altered) and SQL job to monitor disk space and issue an e mail alert when any of...
May 2, 2007 at 3:33 am
That was my initial thought also, but the spelling is fine.
April 27, 2007 at 4:13 am
I have just found the cause of my problem, I was being a silly arse. The maximum number of characters per row being returned by QA was insufficient to display...
March 22, 2007 at 7:48 am
Thanks for all the advice, it looks as though the OS was up'd to SP4, but SQL has remained at SP3/3A. I am getting anecdotal reports that the previous DBA...
November 27, 2006 at 1:19 am
Many thanks, any thoughts on which one to rely on and/or how to get them back into sync?
November 23, 2006 at 11:46 am
Viewing 15 posts - 46 through 60 (of 60 total)