Viewing 15 posts - 37,396 through 37,410 (of 39,720 total)
Good point Brian,
Unless you leave your machine unlocked.
Keep in mind that the people you are concerned about in this situation are consultants or others who may wander in your office....
July 10, 2002 at 10:40 am
What version of SQL? Backup was substantially enhanced in 2000. Also, what type of backup?
It is possible with a large query or transaction that a backup could cause a timeout,...
July 10, 2002 at 10:36 am
Is the user calling this as dbo.function?
Steve Jones
July 10, 2002 at 10:29 am
Or someone stole your server last night and EM can't find it.
Just kidding ![]()
Steve Jones
July 10, 2002 at 10:28 am
I use:
dfZero - 0
dfOne - 1
others as needed (I have neede dfThree)
dfBlank - space(1)
dfGetDate - getdate()
dfGUID - newid()
Sequential - use identity or UDF
Random - use a UDF, will get better...
July 10, 2002 at 10:04 am
I think Brian has the best suggestions.
Though I would leave the BuiltIn/Adminstrators in there. Nice to have a second way in, just in case.
Steve Jones
July 10, 2002 at 10:00 am
DBCC is your only real check. It sounds like you have data integrity issues, which are different than corruption. Can you search all the tables affected to be sure there...
July 10, 2002 at 9:59 am
You are welcome. Glad I could help.
Steve Jones
July 10, 2002 at 9:57 am
I agree with brian, but if you ahve access to sniff. With today's switches being deployed in so many places, it can be difficult for someone in your org or...
July 10, 2002 at 9:53 am
For 10 extents, this cannot be a big deal. I wouldn't really be concerned unless I had over 100 extents.
Brian has good advice.
Steve Jones
July 10, 2002 at 9:51 am
If you get this, pls post it. We have mostly standard, but a few different ones and this would be nice.
Steve Jones
July 10, 2002 at 9:42 am
This isn't a linked server issue from the sound of it, but a data or other client side issue (or server side i guess).
A couple other things (besides those listed...
July 10, 2002 at 9:30 am
You could query information_shema views and roll your own script.
Steve Jones
July 9, 2002 at 12:51 pm
Check that he is not the member of some role that has access denied.
Also be sure the delete trigger is not preventing this.
Are there error messages?
Steve Jones
July 9, 2002 at 12:48 pm
Viewing 15 posts - 37,396 through 37,410 (of 39,720 total)