Viewing 15 posts - 256 through 270 (of 544 total)
Stewart "Arturius" Campbell (6/6/2012)
Why must this be done using a script component?
If it is to populate a variable, consider using a SQL task, returning a...
June 6, 2012 at 8:05 am
Gianluca Sartori (6/5/2012)
Charmer (6/5/2012)
How to copy tables from one server to another server?
i tried ssis and export/import through ssms....but it says server instance is timed out to get the...
June 6, 2012 at 1:35 am
SQLKnowItAll (6/5/2012)
June 6, 2012 at 1:32 am
Jeff Moden (6/5/2012)
Charmer (6/5/2012)
Geoff A (6/5/2012)
but i like to do the following (your mileage will vary);
1. create the...
June 6, 2012 at 1:30 am
Geoff A (6/5/2012)
change the Remote Query timeouts.Right click on instance name in SSMS, choose Properties, click on Connections.....
it should be set to 600 seconds (default).
i already tried by changing it...
June 5, 2012 at 12:03 pm
Geoff A (6/5/2012)
but i like to do the following (your mileage will vary);
1. create the database where the...
June 5, 2012 at 11:41 am
Charmer (6/5/2012)
How to copy tables from one server to another server?
i tried ssis and export/import through ssms....but it says server instance is timed out to get the connection....
since the...
June 5, 2012 at 11:38 am
Sean Lange (6/1/2012)
Msg 208, Level 16, State 1, Line 1
Invalid object name 'dbo.PSFDOC'.
Seriously you know better by now. Maybe somebody else has a...
June 1, 2012 at 10:59 am
Lowell (5/29/2012)
this SELECT is the section that would be doing the INSERT;
how many rows...
May 29, 2012 at 8:18 am
Lowell (5/29/2012)
the DDL details you posted is doing an Insert, not an update, and it's not joining on...
May 29, 2012 at 7:46 am
update top or doing an update in batches is the suggestion when you say an update for a billion rows takes too long/locks table.
to minimize that impact, you do multiple...
May 29, 2012 at 7:24 am
hi all here my ddl and dml and the cursor i use...
/****** Object: Table [dbo].[SrcCodeMap1] Script Date: 05/29/2012 18:30:46 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE...
May 29, 2012 at 7:06 am
GilaMonster (5/29/2012)
Charmer (5/29/2012)
i googled for checking 'update top' command....but it is like "update top 100 table set column = value "...Yup, that's the command.
oh....but i am not sure how the...
May 29, 2012 at 6:47 am
Charmer (5/29/2012)
GilaMonster (5/29/2012)
May 29, 2012 at 5:58 am
Viewing 15 posts - 256 through 270 (of 544 total)