Viewing 15 posts - 36,976 through 36,990 (of 39,769 total)
Is this SQL Server 2000? If so, the restoring to other servers isn't a big deal. Can always attach files from whatever drive they are on.
As far as performance. From...
October 25, 2002 at 9:56 am
<shamelessplug> Brian's Admin 911 book is a good beginner place to learn about admin'ing SQL Server.
</shamelessplug>
For designing tables, it works similar to Access, though I'd grab any of the "application"...
October 25, 2002 at 9:50 am
Not really appropriate for the the suggestions forum. This is more of a Development issue.
Pls post there.
Steve Jones
October 25, 2002 at 9:47 am
Not to play devil's advocate, becuase I get as annoyed as anyone with subject lines that don't pertain to the message. Same with cross posts.
However, the have been times that...
October 25, 2002 at 9:45 am
And you didn't have to tape anyone's eyes, did you
.
Congrats and thanks for the hard work.
Steve Jones
October 24, 2002 at 11:25 am
Actually more complicated, but basically when the account logs in, it gets a token with the SIDs that the user has associated to them (user + groups). These are then...
October 24, 2002 at 10:08 am
try select * from syscomments where text like '%suid%'
Steve Jones
October 23, 2002 at 1:31 pm
I know the statement will be recompiled, but not sure about the procedure. Will try to test.
Steve Jones
October 23, 2002 at 1:24 pm
There sure are some beauties. Wonder how many posts wouldn't have been made if it had been more correct.
Steve Jones
October 23, 2002 at 1:23 pm
What happens if you restart the installation
Steve Jones
October 23, 2002 at 11:14 am
Need some type of NT/AD scripting to get this info. Not directly in SQL. Could use SP_OACreateObject to instantiate one of the group objects and query it. Not pretty.
Maybe Brian...
October 22, 2002 at 1:26 pm
Need to query the len() of the varchar columns. Other data types have their precision listed in select * from information_schema.columns. Have to write something to sum up the values.
Steve...
October 22, 2002 at 10:18 am
Apologies for not dropping this sooner, but as someone else mentioned, they hadn't seen it either. I just heard about it last week.
We welcome submissions from users if you see...
October 21, 2002 at 10:34 am
Haven't had issues myself. If I get the debugger running, usually rights for the service account, I can easily stop at any breakpoint I want.
Steve Jones
October 20, 2002 at 10:18 am
Viewing 15 posts - 36,976 through 36,990 (of 39,769 total)