Viewing 15 posts - 7,561 through 7,575 (of 13,882 total)
kavithaje (2/10/2016)
It is just dummy table name. Query is working fine now.Am able to get single record based on time stamp.
Thank you.
Perhaps you would describe what was wrong with Drew's...
February 10, 2016 at 8:58 am
Interesting, thanks for posting this.
February 10, 2016 at 8:55 am
OK.
The package runs fine on the production server when I run it from SSIS
Can you elaborate on exactly what you mean here - what steps are you taking?
February 10, 2016 at 8:13 am
scotdg (2/10/2016)
The package runs fine on the production server when I run it from SSIS. It is only when I execute the stored procedure that I...
February 10, 2016 at 7:13 am
You should also be aware that the NOLOCK hint can lead to some nasty issues, namely:
1) The possibility that 'ghost' data (data which is inserted as part of a transaction...
February 10, 2016 at 7:10 am
Did you appropriately configure the connection to MYSERVER.MYDB, somehow, after moving the package?
February 10, 2016 at 6:52 am
Or this?
-- Populate the AssetAddress Table with the relevant data
IF @Address IS NOT NULL
INSERT INTO AssetAddress ( AssetId, AddressId, EffectiveFromDate )
VALUES ...
February 10, 2016 at 6:50 am
ankithimmatlalshah (2/9/2016)
I’m working on one of the existing Extract package.
Our customer would like to move the complete extract logic, implemented in this package to SQL stored procedure(s) as they...
February 10, 2016 at 6:46 am
patla4u (2/10/2016)
I have total 460 million row in the table. I am running query for year 2016 and month = 7 and we have total 8 millions records. query...
February 10, 2016 at 6:40 am
VastSQL (2/10/2016)
We have a powershell which we need to run from one of our SQL Servers. The script checks for a particular service in 4 servers and if it...
February 10, 2016 at 6:11 am
kavithaje (2/10/2016)
The query is returning duplicate rows. i have same MachineID and InstanceKey in both tables. only Account. Schema class and time key is different. I mean Work_Station_Admin_1 got...
February 10, 2016 at 6:10 am
ScottPletcher (2/9/2016)
That sounds like Oracle not SQL Server. SS doesn't have CTAS syntax.
Aha, I just assumed it was an unorthodox way of referring to SELECT INTO.
February 9, 2016 at 12:41 pm
Lynn Pettis (2/9/2016)
Silver Spoon(2/9/2016)
ServerName\Instance Cannot be configured for publishing and distribution....
February 9, 2016 at 12:23 pm
What was the point of this?
The response marked as a solution does not reference your table at all.
February 9, 2016 at 11:00 am
etl2016 (2/9/2016)
hi, CTAS is create table as SELECTthank you
The simplest way I can think of doing this is using an SSIS package to submit the queries in parallel via...
February 9, 2016 at 9:56 am
Viewing 15 posts - 7,561 through 7,575 (of 13,882 total)