Viewing 15 posts - 106 through 120 (of 381 total)
george sibbald (8/2/2011)
August 2, 2011 at 2:42 pm
WTF?!?!?!!?!?!?!?!? SERIOUSLY?!?!?!?!?!?!?!?!!?
This isn't a monitoring function. This is a report. I coud probably give this to a web programmer and tell them to parse it and I would...
August 2, 2011 at 2:19 pm
Alright, how do I figure out what is getting used above the buffer pool? Are they counters or something else?
Thanks,
Fraggle
August 2, 2011 at 10:52 am
You could do it with a SQL Agent Job pretty easly. Just setup a pre-populated list of the 5th business day each month. The run an IF statement...
August 2, 2011 at 7:55 am
I resolved this. Figured I would let everyone know what happened.
When we intially tried getting this setup, there was a database user account that was not getting removed. ...
July 22, 2011 at 8:59 am
Try starting here first. Will give you the basics. Then we can go from there as there is simply way to much information for a single post.
http://msdn.microsoft.com/en-us/library/ms175477.aspx
Fraggle
July 6, 2011 at 11:12 pm
For this to work, you certain assumption would have to be made. Are you only dealing with ZipCodes that are numeric in nature? All US zip codes are numeric....
July 6, 2011 at 11:08 pm
Use magoo's code above to get the data into either a table or a variable. sp_prepare_document is only going to work with a single variable of data, not and...
July 6, 2011 at 11:04 pm
I would be greatly interested in what people do measure on a regular basis?
My list is as follows:
1) File space statistics
2) Wait Stats
3) Query execution information (reads, writes,...
July 6, 2011 at 11:00 pm
I am taking a guess here and am no way sure about this, but from what I remember of CTE execution plans, the data is spooled out. I guess...
July 6, 2011 at 10:56 pm
Triality (7/6/2011)
I am trying to update a column in my table using the following code:
UPDATE dbo.MasterStage
SET Client =
CASE
WHEN [Carrier] IN (SELECT DISTINCT(C.[Carrier]) FROM dbo.Crosswalk as C)
THEN database_Name.DBO.Crosswalk.[Client]
ELSE 'OTHER'
END
I...
July 6, 2011 at 10:48 pm
Both of the above statements are true.
As stated above, Service Broker is a queuing mechanism. Meaning that you send a message to a queue and then at some point...
July 6, 2011 at 10:29 pm
There is no way to Cache the data on the database side in memory.
You could setup a table and using a GUID store the information from page 1 for page...
June 23, 2011 at 2:55 pm
In management studio, you want to look at Maintenance Plans.
Here is a vid that I found really quickly.
http://www.youtube.com/watch?v=yHzA5i-4qjE
Fraggle
June 23, 2011 at 2:52 pm
K. Brian Kelley (6/17/2011)
June 21, 2011 at 3:07 pm
Viewing 15 posts - 106 through 120 (of 381 total)