Viewing 15 posts - 34,681 through 34,695 (of 39,793 total)
SELECT @Table_Name = '''' + MIN(Table_Name) + '''' FROM DB_Table_Names
August 24, 2004 at 10:12 am
It will grow alot! ![]()
Not sure how to estimate this. Are you updating one field or many? At the least, it will have the...
August 24, 2004 at 9:05 am
By default, if someone has quest access to msdb, they can create a package. It basically requires insert to sysdtspackages in msdb.
August 24, 2004 at 8:59 am
Glad you figured it out and it's working.
Thanks for the followup.
August 23, 2004 at 9:57 am
I believe profiler is lossy, so if performance of the server becomes an issue, it will drop events.
If the server is overloaded, you might get this a lot. I'd reduce...
August 20, 2004 at 4:29 pm
Using the with move is only in restoring the database. You wouldn't use this with the log.
when restoring the log, the database must have been restored with the "norecovery" or...
August 20, 2004 at 4:26 pm
I agree with lots of what Andy wrote, but I'll chime in as well.
SQLInjection will become one of our biggest worries going forward. With so many bugs and patches coming...
August 20, 2004 at 4:24 pm
Thanks for the link catch. It's fixed.
August 20, 2004 at 9:05 am
You can use either with the IIS server connecting to the SQL Server. Not sure about the actual end user, but I suppose if they connect to IIS using Windows...
August 19, 2004 at 8:18 am
do you mean dbcc indexdefrag? Access can grab a large number of locks and I suspect, block the index defrag from running. DBCC inputbuffer returns the last sql batch (or...
August 19, 2004 at 8:09 am
I always use aliases. You learn the pretty quick and as long as you are consistent, it's easy for your team to read. If the Products table is always...
August 17, 2004 at 3:07 pm
Finally one question that people like ![]()
August 17, 2004 at 3:06 pm
Haven't run through it all, but I wouldn't depend on the dbid. I'd use the names you want to exclude. I might also insert the results into some log...
August 17, 2004 at 3:04 pm
Viewing 15 posts - 34,681 through 34,695 (of 39,793 total)