Viewing 15 posts - 17,641 through 17,655 (of 26,484 total)
Actually, the users login doesn't even need to be mapped to a user in a database to have access sice it has sysadmin rights at the server level.
January 5, 2010 at 1:02 pm
CirquedeSQLeil (1/5/2010)
Lynn Pettis (1/5/2010)
CirquedeSQLeil (1/5/2010)
Urgent, going to lose my job.http://www.sqlservercentral.com/Forums/Topic834653-338-1.aspx
And then three weeks later...
http://www.sqlservercentral.com/Forums/Topic842291-149-1.aspx?Update=1
Hmmm...I guess the prof gave him an extension?
Actually, nothing earlier indicated that it was urgent, so more...
January 5, 2010 at 12:58 pm
A user with sysadmin server rights has full access to everything in the instance.
January 5, 2010 at 12:52 pm
CirquedeSQLeil (1/5/2010)
Urgent, going to lose my job.http://www.sqlservercentral.com/Forums/Topic834653-338-1.aspx
And then three weeks later...
http://www.sqlservercentral.com/Forums/Topic842291-149-1.aspx?Update=1
Hmmm...I guess the prof gave him an extension?
Actually, nothing earlier indicated that it was urgent, so more like ...
I have...
January 5, 2010 at 12:49 pm
Had an interesting conversation with a friend of mine a while back. He is a systems engineer type who is now a Deputy Program Manager. When he moved...
January 5, 2010 at 12:41 pm
I can see why it is urgent now. It has been three weeks since you initially asked for help. Obviously it must not have been to important when...
January 5, 2010 at 12:32 pm
Greg Edwards-268690 (1/5/2010)
GSquared (1/5/2010)
tosscrosby-60625 (1/4/2010)
GSquared (1/4/2010)
tosscrosby-60625 (1/4/2010)
CirquedeSQLeil (1/4/2010)
GSquared (1/4/2010)
January 5, 2010 at 12:16 pm
By the way, most of us are volunteers with paying jobs of our own, and saying this: Its very Urgent. i may lose my job if dont get this., doesn't...
January 5, 2010 at 12:14 pm
You'll have to use the sysjobhistory table and compute the end date/time using the run_date, run_time, and run_duration columns.
January 5, 2010 at 12:06 pm
First, I would not do the backup over the network. Do the backup local to server A then move it to server B. Since the servers are in...
January 5, 2010 at 11:59 am
Try sysjobschedules.
January 5, 2010 at 11:49 am
Could be me, but I didn't see any differences between the two strings.
Edit: And yes, there is a way to fix it, I just can't remember it off the...
January 5, 2010 at 11:34 am
The RESTORE will not add a new datafile. To do so, you first restore the database, then you ALTER it to add the second datafile.
January 5, 2010 at 11:29 am
Has to do with how the string values are actually concatenated. IIRC, straight concatenation, @Var1 = @Var1 + @Var2 for instance, actually copies the data from @Var1 and @Var2...
January 5, 2010 at 11:26 am
Viewing 15 posts - 17,641 through 17,655 (of 26,484 total)