Viewing 15 posts - 6,976 through 6,990 (of 13,469 total)
My firend Remi schooled me on a trigger post a long time ago that dbcc inputbuffer now returns an Nvarchar(4000), and not 255 that i had assumed was still true...
August 10, 2011 at 5:58 am
row number is very handy for getting data like you are asking...this is a wild guess to get you started, it might or might not be right, but is a...
August 9, 2011 at 2:02 pm
ulisseslourenco (8/9/2011)
GSquared (8/9/2011)
You can use DDL triggers to fire on creation of a procedure. They can check values in tables. Will that do what you need?
In fact I...
August 9, 2011 at 12:28 pm
no the task scheduler has an option to repeat multiple times:
you have to dig intot eh details just a little here:

August 9, 2011 at 9:31 am
ok i see there is a RID Lookup on the Company Table, which is a Heap, that seems to be something to address, I'm going to sit back and learn...
August 9, 2011 at 9:00 am
well, i'm pretty sure statistics need to be updated; we've got a couple of orders of magnitude off on the estimated vs actual on two of the index seeks:
i don't...
August 9, 2011 at 8:55 am
the errors pretty straight forward, i think:
The specified string is not in the form required for an e-mail address
you probably have an exchange server, and in the From Address of...
August 9, 2011 at 7:29 am
Frank Cazabon (8/9/2011)
August 9, 2011 at 6:59 am
don't forget Central Management Server is SSMS 2008...that allows you to run the same command on multiple servers.
In the end, each server will require a connection in order to pass...
August 9, 2011 at 5:51 am
on the other hand, I know of DBA's who have never used the DMV's at all.
Subjective Adapts covered the DBCC commands pretty well.
I dunno, would you say that a...
August 9, 2011 at 5:45 am
you mean a binary representation/bitmap, i guess?
i've got this saved in my snippets, but it's for 2005 and above because it's using a CTE.
you might be able to adapt...
August 9, 2011 at 5:36 am
ok...but why via email? why not just have them go to a web page that generates a dataset, and presents the results, based on data input of those people in...
August 8, 2011 at 2:15 pm
bcp.exe OUT can export a table to a csv file, and then bcp.exe IN can import that file into the other server. you can use this method if the servers...
August 8, 2011 at 1:20 pm
my first inclination is to see if there are any databases that are in FULL recovery mode, but have NEVER been backed up:
they probably have gigabite sized log files and...
August 8, 2011 at 1:08 pm
6000 is pretty wide for a single username...is it a comma delimited list of names, or just an oversized column?
if you do max(datalength(ThatColumn)), what's the largest current value?
August 8, 2011 at 12:39 pm
Viewing 15 posts - 6,976 through 6,990 (of 13,469 total)