Viewing 15 posts - 8,836 through 8,850 (of 9,248 total)
a 2000 character varchar field is certainly going to allow some undesirable isnt it :discuss:
October 16, 2008 at 12:21 pm
think about it and this is painfully obvious 😉
October 11, 2008 at 3:20 pm
if using a correlated subquery for checkinga condition\item i prefer EXISTS. I've always been under the impression this should be faster than IN. Am i way off base here?
October 11, 2008 at 3:18 pm
dp75 (10/8/2008)
To move a database from 2000 to 2005 you CANNOT detach/attach.
this is only true for the system databases. I use detach and restore all the time. When attaching the...
October 11, 2008 at 4:50 am
out of the 2 i prefer Redgate SQL Backup!
October 11, 2008 at 4:39 am
jjssilva (10/10/2008)
I'm clueless here.
the date and time shown above is 10PM not AM (22:47).
what you are seeing is the installed date and time i believe
October 10, 2008 at 7:25 am
you would have to restore
stuff.mdf
stuff.ldf
then create the extra filegroups\files and move objects from the primary file\group to the new files\groups
October 7, 2008 at 2:07 pm
homebrew01 (10/3/2008)
There are applications that connect using 'sa'.
no application user account should need to connect using 'sa', especially a web user account. Assigning 'sa', this is all too common...
October 7, 2008 at 2:02 pm
SBS comes with SQL server built in
October 7, 2008 at 5:55 am
how are you creating\starting the trace?
is it a server side trace?
October 7, 2008 at 5:46 am
yulichka (10/6/2008)
can't see the location where we moving
:exclamationmark: :exclamationmark:
October 6, 2008 at 9:59 am
timscronin (10/3/2008)
domain admin
not a good idea, remove that straight away. Create yourself a standard domain user account (no admin) and use sql server config manager to change the user account...
October 3, 2008 at 8:30 am
you could still use backup\restore
October 2, 2008 at 5:34 pm
timscronin (10/2/2008)
The sql server is running under the same account for all our sql servers, never changed
user account or local system?
October 2, 2008 at 5:31 pm
there is no upgrade path for express. detach the databases and re attach them under sql2005 standard, also script off the logins and apply those too
October 2, 2008 at 5:29 pm
Viewing 15 posts - 8,836 through 8,850 (of 9,248 total)