Viewing 13 posts - 16 through 28 (of 28 total)
fedebona (11/17/2010)
Please look at the following code:
I took your code ran it on my server and it work as expected
I got one row back?
Scott
November 18, 2010 at 4:21 am
.
but y it didnt work without []?
MSSQL query engine can not parse it correctly and column name can not have spaces in them. Rpt.fullname as Member Name this look like...
November 18, 2010 at 4:09 am
Just to clear up some thing
camiloaguilar1 (11/17/2010)
And I can use...
November 17, 2010 at 3:26 pm
Try this it should work
SELECT DISTINCT
Rpt.fullname as [Member Name]
,Rpt.memid as [Member ID]
,e.orgeffdate as [Org Effec]
...
November 17, 2010 at 3:04 pm
Hi Paul
You have to run that in the same transaction as the INSERT statement that loads the data.
The only other change was to run the tests on a database...
November 17, 2010 at 4:53 am
I am sorry to say that I do not us SSIS that much, all of my ETL work is done with a product from Pervasive called cosmos
I know that SSIS...
November 16, 2010 at 4:17 am
Paul
First off, Thank you for all your help and time you spent on this.
I now have a greater understanding of how this works and what type of logging is
going...
November 16, 2010 at 4:09 am
Hi
You could create a SSIS package that you can schedule to run when needed
Scott
November 15, 2010 at 3:37 pm
Paul White NZ (11/14/2010)
Here is the result to your script run on my...
November 15, 2010 at 1:36 pm
Hi Paul
Here is some of the info you asked for As you can see for the log size and it is acting as it is fully log
As before
Thanks for...
November 15, 2010 at 11:57 am
Jeff Moden (11/14/2010)
November 15, 2010 at 6:30 am
Thanks for the time I will pull the plan for you and test your script in my environment
Scott
November 15, 2010 at 5:48 am
Hi
I am not saying that Sunils blog is incorrect but in real world testing it not working w/t610 on and with TABLOCKX or with out TABLOCKX.
Scott
November 13, 2010 at 7:00 am
Viewing 13 posts - 16 through 28 (of 28 total)