Viewing 15 posts - 436 through 450 (of 814 total)
EdVassie (3/19/2012)
...
Our testing has shown that if you only ever update from a single site, then these issues simply do not exist. But...
March 19, 2012 at 8:27 am
revozex (3/17/2012)
I have Human Resource data containing many records with years only in Date of Birth column. Currently I'm storing 01-01-1967 if only 1967 is given as year.
How...
March 18, 2012 at 11:54 am
I propose the following amendment to "... only programming project with no disagreement whatsoever on code formatting is the one you work on alone", to wit:
"... only programming project with...
March 18, 2012 at 11:37 am
Perhaps you could post the connection string in use (minus usernames and passwords), as well as details on anything else in use (such as ODBC DSN's, if you're using them)?
March 18, 2012 at 11:31 am
There's also the middle of the road "Wait for the early adopters to report back" approach, which can be good for RTM and SP's alike. Waiting for SP1 isn't...
March 18, 2012 at 11:24 am
MyDoggieJessie (3/8/2012)
March 9, 2012 at 8:59 am
Wesley Brown (3/9/2012)
...I agree that the article could have a better title. Other than the title, was there anything else wrong with the article?
-wes
I would have to disagree with the...
March 9, 2012 at 8:52 am
OCTom (3/9/2012)
March 9, 2012 at 8:01 am
I have the same general approach to Service Broker that I have to DTS, and I do to SSIS: I try to use more standard tools more of the time,...
March 8, 2012 at 11:49 am
agustingarzon (3/6/2012)
The amount of columns would be limited. And it would...
March 7, 2012 at 12:00 pm
If you're willing, I'd very much like to get a copy of the full results of Microsoft's SQLIO for the following test scenario (or a more comprehensive one, if you...
March 7, 2012 at 9:43 am
I'd also recommend using SQL Profiler (SQL:BatchCompleted event) instead of SET STATISTICS * for measuring reads, writes, duration, and CPU time; Gail's Functions, IO statistics and the Execution plan[/url] article...
March 7, 2012 at 9:11 am
As Gail and others mentioned, the only good response is to parameterize all SQL in your apps; ad-hoc, dynamic, etc. Deliberately set the data type, the size, and so...
March 7, 2012 at 9:04 am
MiguelSQL (3/7/2012)
Two things:
1- Restarting SQL in single mode (using the -m flag) will allow any person that is a member o the Windows Local Admin group to be automatically a...
March 7, 2012 at 8:50 am
agustingarzon (3/4/2012)
Thanks guys, I thought there would some difficulties crossing the database boundaries but with your suggestions it seems that this could work seamlessly.
Best...
March 6, 2012 at 8:41 am
Viewing 15 posts - 436 through 450 (of 814 total)