Viewing 15 posts - 61 through 75 (of 457 total)
Ah... someone dropped the stored procedure?
Then your best bet is to see if you have a backup you can restore to get the procedure or another copy of the procedure...
August 29, 2007 at 5:58 pm
Alex, check the connection information and ensure that the database you're pointing at has a procedure named STSS_ReleasedEncasements and the authentication you're using to connect has access to execute it.
August 29, 2007 at 5:51 pm
Add the user to the db_datareader role.
August 29, 2007 at 4:39 pm
I'm counting down the days until I can get my service away from Sprint. Their whole network is buggy as well (which probably necessitates the many phone calls to...
August 29, 2007 at 4:38 pm
The first thing I see is that NOT IN is going to kill your performance. It's a pretty terrible statement.
You're better of doing a left anti-semi join (I think...
August 29, 2007 at 2:51 pm
Yes.
The service pack checks for installed products and updates them accordingly. When you install a new feature, you'll need to apply service packs accordingly to update that...
August 28, 2007 at 2:28 pm
Is it coming from your connection?
It could be the process which populates the process info window.
August 27, 2007 at 4:43 pm
This is awesome.
Great tool. I'm adding this to my shortlist of must have SQL Server tools.
August 27, 2007 at 10:46 am
I don't think you could do a SQL Server installation because there are registry keys written into the system, etc...
What you might be able to do is do an attach/detatch...
August 23, 2007 at 5:38 pm
Boy if this was expanded to "miscellaneous desk crap from any database-related vendor" I think I might win. As it is my wife makes me throw out most of...
August 23, 2007 at 4:44 pm
I ran into this in a certain scenario where the login at the server level was not properly mapped to the SID of the user in the database. What...
August 23, 2007 at 2:53 pm
I touched on this problem briefly in an article way back when:
http://www.sqlservercentral.com/columnists/aingold/workingaround2005maintenanceplans.asp
Shameless plug aside, I would actually recommend you open up the plan and add a Maintenance Cleanup...
August 23, 2007 at 11:56 am
More likely than not, you can't.
Unless you have some sort of auditing set up it's highly unlikely you'll be able to find out who issued the delete statement. I'd...
August 23, 2007 at 9:11 am
When you use EXEC it executes in a different context from the rest of the group. Certain objects can not cross contexts (I forget the exact rules). You...
August 22, 2007 at 5:33 pm
Can you give an example of what the column data might look like?
August 22, 2007 at 9:41 am
Viewing 15 posts - 61 through 75 (of 457 total)