Viewing 15 posts - 121 through 135 (of 193 total)
Try
USE master
to set up your new database
and
USE whateverYourNewDatabaseIsCalled
in your command strings
October 16, 2008 at 7:58 am
Unless there's a not null constraint you can have one null value in as this 'does not break the uniqueness if the primary key values'
Personally, my view is this is...
October 16, 2008 at 7:11 am
!
It does say that, doesn't it. Wonder if :I've never tripped over that one before over the past almost 2 decades or what.
Not very intuitive though - it's a...
October 15, 2008 at 10:15 am
Surely, if you have a column you do not wish to display in an XML Document, and it's always going to be called Id, or C1, or whatever - rather...
October 15, 2008 at 6:00 am
PaulB (10/11/2008)
GilaMonster (10/11/2008)I don't see why I would want to fail the entire load if I know there's dups in the source data that, for whatever reason, cannot be removed...
October 13, 2008 at 5:04 am
yulichka (10/10/2008)
Can some one please help me to do shrink files. Thank you so much
For any of your simple recovery databases, you can do so by backing up then doing...
October 10, 2008 at 8:05 am
If the conditional split doesn't meet your nees (for example if there's a variable number of potential destinations) you could use a script task to set the properties of an...
October 10, 2008 at 4:18 am
You could get a bit of space back by doing a backup of 2 then - as you're in simple mode do a log backup with truncate only. This...
October 9, 2008 at 10:33 am
So are we talking about using web services in SSIS for say a datasource, or to control other things, such as which report(s) to run and what to pass to...
October 9, 2008 at 2:13 am
If it wasn't appropriate to use a well matched datatype why the errrrmmmm heck would Db vendors put all that time and effort into providing them in the first place?
Jamming...
October 6, 2008 at 10:33 am
Adding indexes to the system would not be an option for a couple of reasons;
1) If - as is extremely likely - the app's a third party...
October 6, 2008 at 7:11 am
Wilfred van Dijk (10/3/2008)
In your case EMPLID. But Clustered...
October 3, 2008 at 5:19 am
Any developer that does not do this, is a lazy developer and a person I definately do not want on my team. A little harsh maybe, but I've had...
October 3, 2008 at 2:29 am
Ken McKelvey (10/2/2008)
Kenneth Wilhelmsson (10/2/2008)
What you're essentially proposing here, is that the model doesn't count.
Whenever you're using 'select...
October 2, 2008 at 10:10 am
Viewing 15 posts - 121 through 135 (of 193 total)