Viewing 15 posts - 3,631 through 3,645 (of 14,953 total)
If you're not clear on what we're asking, just post a screen shot of SSMS with the Execute button grayed out. Should be able to see what's going on...
July 26, 2011 at 9:33 pm
I've had similar experiences with outsourcing overseas.
Even people who all nominally spoke "English" had terrible problems communicating. First time I was told a table had "many lahks of rows"...
July 26, 2011 at 9:28 pm
Matt Miller (#4) (7/26/2011)
GSquared (7/26/2011)
There's a StatusDate column that gives the sequence, Matt. That should be adequate for that need, without an identity column.
True. As long as the...
July 26, 2011 at 2:37 pm
Don't use that UDF for this.
There are much better (faster, more reliable) string split functions available.
Also, it doesn't actually do what you asked for. It doesn't add in newline...
July 26, 2011 at 2:36 pm
Ninja's_RGR'us (7/26/2011)
Chad Crawford (7/26/2011)
Ninja's_RGR'us (7/26/2011)
Chad Crawford (7/26/2011)
Grant Fritchey (7/26/2011)
July 26, 2011 at 2:35 pm
Chad Crawford (7/26/2011)
GSquared (7/26/2011)
Chad Crawford (7/26/2011)
Grant Fritchey (7/26/2011)
July 26, 2011 at 2:19 pm
Chad Crawford (7/26/2011)
Grant Fritchey (7/26/2011)
July 26, 2011 at 1:45 pm
The bigger problem here is that unplugging a USB drive while it's still writing data can result in the drive being corrupted, losing all data on it.
Other than that, it's...
July 26, 2011 at 1:14 pm
I've seen lots of databases that use this as a solution to simplify things. It works great for a while, then as more and more categories get added, it...
July 26, 2011 at 1:08 pm
Something like this:
;
WITH CTE
AS (SELECT YYYYMM,
...
July 26, 2011 at 12:52 pm
There's a StatusDate column that gives the sequence, Matt. That should be adequate for that need, without an identity column.
July 26, 2011 at 12:45 pm
Does this help? http://msdn.microsoft.com/en-us/library/ms177563.aspx
July 26, 2011 at 12:44 pm
SSIS can't access the data inside the trigger. Nothing except the trigger can do that. That's why you'll need to stage the data into a table that SSIS...
July 26, 2011 at 10:00 am
tt-615680 (7/26/2011)
GSquared (7/26/2011)
"No" to what? I asked an either/or question.Do you not have any window open at all?
No to I have not run anything using this Server
Okay. But...
July 26, 2011 at 9:58 am
Viewing 15 posts - 3,631 through 3,645 (of 14,953 total)