Viewing 15 posts - 106 through 120 (of 193 total)
Matt Miller (1/7/2009)
Andrew Gothard (1/7/2009)
[h2]If your data is important to you then Back It Up![/h2]
NB. This is not covered by
RAID 1 - as proved recently
or
The directories holding the files...
January 8, 2009 at 2:13 am
[h2]If your data is important to you then Back It Up![/h2]
NB. This is not covered by
RAID 1 - as proved recently
or
The directories holding the files are backed up by...
January 7, 2009 at 10:30 am
RBarryYoung (12/21/2008)
Well, IMHO it's just a way to positively spin why they think that it's OK to add hierarchical repeating group data BLOBs like XML into our nice relational database.
Ah...
January 5, 2009 at 10:23 am
Just to check one thing. When you say tempdb, do you mean "the system database used by SQLServer called tempdb" - or "a user database which will be used...
January 5, 2009 at 9:54 am
Look up CAST() and Convert() in BOL - that should give you a start.
HTH
Andrew
December 30, 2008 at 8:14 am
At least one of your fielsd is an integer datatype. T-SQL won't do implicit type conversion
December 30, 2008 at 8:08 am
Text is a binary datatype.
For strings the datatypes are
CHAR
NCHAR
VARCHAR
NVARCHAR
Try looking up the datatypes and how to use them in BOL
December 18, 2008 at 7:18 am
Put a value in your date dim with the value Unknown or undefined and link the null (or invalid date) values in your fact to this
December 15, 2008 at 2:17 am
SOUNDEX is an algorithm which aims to return groups of results which "sound like" each other according to a calculation based on the first three calculated constonants in the word...
December 4, 2008 at 3:03 am
Or you can put this in an agent job if you're on 2000. /It's a bit rough and ready but it gets you most of the way there
CREATE PROCEDURE...
November 27, 2008 at 2:13 am
jonathan allen (10/17/2008)
apologies to all involved if i provided a solution that didnt...
October 17, 2008 at 10:43 am
Andrew Gothard (10/17/2008)
Personally I totally agree - it would seem that quite a few don't, though.
See what I mean?
October 17, 2008 at 5:29 am
NotManyPoints (10/17/2008)
Choosing the right tool for the job is as much a...
October 17, 2008 at 5:01 am
OK, now I'm intrigued.
We have two basic options regarding the presentation of data in an XML document, these seem to boil down to a range of complex SQL based solutions...
October 17, 2008 at 4:28 am
Viewing 15 posts - 106 through 120 (of 193 total)