Viewing 15 posts - 106 through 120 (of 424 total)
Strange! I've never seen anyone set a date datatype variable to an empty string. But if you do that, it immediately gets set to Jan 1, 1900. ...
December 23, 2016 at 11:49 am
You seem to have missed the poster's single problem he mentioned which is query timeout. All my suggestions answer that one problem. If a pre-select is done in...
November 28, 2016 at 10:16 am
If your only problem is timeouts:
1. Preheat your data cache by doing a SELECT * FROM whatever WHERE checksum(*) = 1
2. Create an index before doing your SELECT and then...
November 28, 2016 at 8:23 am
I have an alternate suggestion to your generic script which is to manually write custom stored procedures for whatever process you are going to call. No offense but I...
November 22, 2016 at 5:44 am
Allow me to simplify:
I'm faced with a homework problem and don't have the patience to do it. I'd like to assign it in a round robin fashion to any...
November 8, 2016 at 10:48 am
I don't think I implied developers are bad. I work with lots of brilliant developer guys whom I look up to. People have a view on the world...
October 31, 2016 at 1:00 pm
On a project team a DBA just one member. My DBA responsibilities are negotiated at the beginning of the project. I'll match my rights and controls with the...
October 31, 2016 at 11:19 am
Interesting arguments about COBOL and SQL since the first is a procedural language and the second is a declarative language. In SQL we don't tell sql server HOW to...
October 31, 2016 at 8:19 am
750 GB database backed up in 30 minutes? Is that 750 GB of compressed backup data on disk? Database size is pretty much irrelevant in any discussion since...
October 31, 2016 at 7:25 am
Theo Ekelmans (10/30/2016)
Ow?How did you pull that one off?
Actually I already had the macro written for working with html samples I find. It just does four simple steps:
1....
October 31, 2016 at 6:53 am
Mail is disabled on most all the hosts I hit. But, I was able to write some procs that generate/print html to the output tab. Then I just...
October 28, 2016 at 1:35 pm
I listened to the following great audio book from my local free library which may give you some excellent ideas for a presentation. It is the best book on...
October 21, 2016 at 12:58 pm
Backing up 2.3 Terabytes in 64 minutes
is 2.15 TB/Hr
is 36.8 GB/Min
is 628 MB/Sec
A very good SSD can sustain sequential writes at 200 MB/Sec so maybe with a...
October 20, 2016 at 1:49 pm
On most of my customer's host boxes I'm used to seeing 2GB to 4GB per minute.
There are always tricks such as Differential backups or log backups if one has a...
October 18, 2016 at 2:48 pm
Note this is a new response on a very old thread. TFS, Visual Studio, and SSMS integration seems to be a holy grail. I haven't found answers anywhere,...
October 18, 2016 at 11:48 am
Viewing 15 posts - 106 through 120 (of 424 total)