Viewing 15 posts - 1,216 through 1,230 (of 1,838 total)
In this simple example, this would not error, but could cause blocking, meaning the Web page is waiting until the UPDATEs are finished and their transaction committed before it performs...
December 2, 2016 at 1:52 pm
latkinson (12/1/2016)
December 2, 2016 at 8:37 am
Over the years I've used both purchased and self-built monitoring solutions. Now that I've acquired a large set of monitoring and diagnostic type queries that I've put into a...
December 2, 2016 at 8:25 am
ramyours2003 (12/2/2016)
i need a report to find the log file growth in GB on weekly basis for the last month , can any one help on this ...
Weekly basis...
December 2, 2016 at 7:47 am
If you want to explicitly stay with SSIS tasks though instead of SQL, then you'd have to do a lot of gyrations, including saving the results explicitly to a variable...
December 1, 2016 at 12:08 pm
the obvious answer would be sp_send_dbmail:
https://msdn.microsoft.com/en-us/library/ms190307.aspx
I prefer to use the @attach_query_result_as_file=1 option, because the results are often easier to read in the text file than in the body where outlook...
December 1, 2016 at 12:02 pm
You can use the INSERT... EXEC... construct to save the results of stored proc BB into a temp table, then read from that. You'll need the @name parameter to...
December 1, 2016 at 11:55 am
JP10 (12/1/2016)
I tried this before, but doesn't this trace only catch the culprit if they create the temp table at the time of the trace being ran? It...
December 1, 2016 at 10:45 am
r5d4 (12/1/2016)
I'm on a site where SQL Developers have a functions database which only contains functions.
The functions are used via 3 part naming in code in other databases.
It is done...
December 1, 2016 at 8:58 am
GilaMonster (11/30/2016)
December 1, 2016 at 8:50 am
The way I think of it is the following:
- a stored procedure is a container for code that executes on request
- a trigger is a container for code that executes...
December 1, 2016 at 8:40 am
It's not entirely clear what you're asking. Are you saying you want to add another node to the cluster with this new instance? That would require you're on...
December 1, 2016 at 8:33 am
JP10 (11/30/2016)
December 1, 2016 at 7:45 am
Jeff Moden (11/29/2016)
November 29, 2016 at 10:06 am
paul s-306273 (11/29/2016)
Maybe SQL Server is catching up on Oracle.
😀 just what I was thinking. I've worked with SQL Server since version 2000, but it wasn't until the redesign...
November 29, 2016 at 8:29 am
Viewing 15 posts - 1,216 through 1,230 (of 1,838 total)