Viewing 15 posts - 61 through 75 (of 130 total)
Add a script task and have it print out (MessageBox.Show) the SQL statement that you are building. Does everything look okay? Break it down a step at a...
August 30, 2011 at 8:38 am
What happens if you try:
SELECT
CASE
WHEN LEN(COALESCE([Closing Memo Date], '')) = 0 THEN NULL
ELSE [Closing Memo...
August 29, 2011 at 2:23 pm
Mick Opalak (8/29/2011)
August 29, 2011 at 12:05 pm
imani_technology (8/25/2011)
August 25, 2011 at 12:11 pm
You've got a mess that looks like it came from Access. Here is the general format for an UPDATE statement:
UPDATE table1, table2, table3
SET table1.field1 = 'abc',
table1.field2...
August 25, 2011 at 12:01 pm
Put the same WHERE clause on your UPDATE statement as on your SELECT statment.
August 25, 2011 at 9:43 am
imani_technology (8/24/2011)
August 25, 2011 at 7:19 am
We use Redmine (http://www.redmine.org/); and this works well for us. There are quite a few decent open-source issue packages that have community editions (read: free) which is important for...
August 24, 2011 at 9:24 am
Would it be possible to do a checksum on the fields you're interested in on both source and DW; if they're different, then you need to do an update or...
August 24, 2011 at 9:06 am
durga palepu (8/22/2011)
Its a master data mart table which contains source, destination tables and respective primary key columns.
The requirement is to transfer data from source table to...
August 22, 2011 at 7:37 am
durga palepu (8/22/2011)
August 22, 2011 at 6:37 am
New Horizons (8/19/2011)
August 19, 2011 at 8:41 am
shew (8/18/2011)
August 18, 2011 at 1:07 pm
shiv-356842 (8/12/2011)
hi John,i m getting below error
Msg 208, Level 16, State 1, Line 2
Invalid object name 'DB1.sys.database_principals'.
1st is working it will not display all the database please suggest me.
tx
The error...
August 12, 2011 at 7:45 am
Ninja's_RGR'us (8/12/2011)
I'd love to see if this script can detect that issue : http://jasonbrimhall.info/2010/05/19/tablespace-update
I've only got access to dev and test; here are the results of the above script:
Dev:
TableName ...
August 12, 2011 at 7:26 am
Viewing 15 posts - 61 through 75 (of 130 total)