Viewing 15 posts - 2,101 through 2,115 (of 14,953 total)
sp_update_schedule: http://msdn.microsoft.com/en-us/library/ms187354.aspx
sp_update_job: http://msdn.microsoft.com/en-us/library/ms188745.aspx
sp_add_jobstep: http://msdn.microsoft.com/en-us/library/ms187358.aspx
January 30, 2012 at 11:11 am
As another potential drawback for NoLock, I've actually seen it crash a server, requiring database repair.
A shared connection (from a web server, of course) ran into two concurrent missing data...
January 30, 2012 at 10:56 am
Rob-350472 (1/30/2012)
I seem to recall looking into this before (ages ago) because it sounded attractive but...
January 30, 2012 at 10:52 am
I just copy-and-pasted your script into SSMS and ran it. I had to remove the drive/file specification for the database, but otherwise left it as-is.
I got the same error...
January 30, 2012 at 9:49 am
SQL Kiwi (1/30/2012)
GilaMonster (1/30/2012)
No, using nolock on every single query 'just because' is not good practice. There are places it's...
January 30, 2012 at 7:32 am
Any error in creating the database?
I've seen errors on Use commands before, like what you're getting, when there was a problem with the database being created.
January 30, 2012 at 7:27 am
I've seen it plenty of times. That's why it was my first thought on the subject.
Have to admit, I've never tried to deny connection on a user before. ...
January 30, 2012 at 7:24 am
I think that any company where this would work, it wouldn't be needed. Any company that needs a service like this, it will be abused and won't work. ...
January 30, 2012 at 7:22 am
You're welcome.
January 30, 2012 at 7:14 am
Jack Corbett (1/30/2012)
GSquared (1/30/2012)
ramadesai108 (1/27/2012)
Besides triggers, I can also use function. right?I don't think so. How would you use a function for this?
As I said earlier you...
January 30, 2012 at 6:51 am
SQLRNNR (1/27/2012)
The user is disabled
Arrow next to a login at the server level means that. At the user level, it doesn't necessarily. I've got 2 user accounts in...
January 30, 2012 at 6:39 am
Matt Miller (#4) (1/27/2012)
January 30, 2012 at 6:33 am
ramadesai108 (1/27/2012)
Besides triggers, I can also use function. right?
I don't think so. How would you use a function for this?
January 30, 2012 at 6:31 am
Koen Verbeeck (1/27/2012)
GSquared (1/27/2012)
Completely agreed. Didn't mean to sound like I was coming down on your answer, just wanted to clarify that IMEX won't fix the lost digits piece.
I...
January 30, 2012 at 6:30 am
No associated Login at the server level, if I'm not mistaken.
Query "select * from sys.database_principles" and see what the "sid" column has. If NULL, there's no login associated with...
January 27, 2012 at 1:31 pm
Viewing 15 posts - 2,101 through 2,115 (of 14,953 total)