Viewing 15 posts - 7,696 through 7,710 (of 8,760 total)
michael_alawneh (7/28/2014)
July 28, 2014 at 9:38 pm
Grant Fritchey (7/28/2014)
patrickmcginnis59 10839 (7/28/2014)
Koen Verbeeck (7/28/2014)
patrickmcginnis59 10839 (7/28/2014)
Ed Wagner (7/28/2014)
SQLRNNR (7/27/2014)
Jeff Moden (7/26/2014)
SQLRNNR (7/26/2014)
But the BS around rep just sucks.That might be where the word "Overflow" comes from. 😛
So...
July 28, 2014 at 12:25 pm
HowardW (7/28/2014)
I think you'd still have a 2GB max size that you can manipulate through XQuery, wouldn't you?
The way around it is to work with the XML in smaller parts...
July 28, 2014 at 7:25 am
Quick thought, 80 outputs is quite a lot, it might be worth looking into XQuery in TSQL for shredding the XML.
😎
I have done few of these huge XML imports in...
July 28, 2014 at 6:08 am
Guitar_player (7/28/2014)
But here i am Inserting...
July 28, 2014 at 5:24 am
Guitar_player (7/28/2014)
I need some info. about the Insert and updating the Records from Oracle Table to SQL server table using the SSIS packages and Attunity as...
July 28, 2014 at 1:26 am
diallonina (7/27/2014)
In your sample, you are listing the colums of the table to audit and if this table changed (column added...
July 27, 2014 at 10:23 pm
Before going further, I recommend that you read through the documentation, see this link: Change Data Capture and then come back with any questions you may have. It will take...
July 27, 2014 at 5:50 am
Sorry, should have included this in the previous post:-)
😎
Run this query
SELECT @@VERSION
The last line of the output will tell you, here is an example
Microsoft SQL Server 2014 - 12.0.2000.8 (X64)...
July 27, 2014 at 5:09 am
spectra (7/27/2014)
The Sql Server Edition is more important
its a SQL Server 2008 General sub forum ...right ? version is of course Sql...
July 27, 2014 at 4:29 am
spectra (7/27/2014)
Eirikur Eiriksson (7/27/2014)
This can be done, check Features Supported by the Editions of SQL Server what is available for your SQL Server Edition.
Suggest you have a look at these...
July 27, 2014 at 3:54 am
rodrigoosrn (7/26/2014)
Hey guys!I need to create a procedure with Restore Database command in many applications in differente platforms.
But i can't "use master".
How do I do it?
You can use "dynamic" sql,...
July 27, 2014 at 3:00 am
spectra (7/27/2014)
Is it possible to enable CDC on all tables in the database ?
also is it possible to find which tables are changed ? and find changes from...
July 27, 2014 at 2:52 am
Thanks Lutz, I was thinking about revisiting it for the getdate:-D
😎
July 27, 2014 at 2:25 am
There is a much simpler way of doing this and it also allows for multiple multi-row actions, the COLUMNS_UPDATED makes that difficult (tip: if there is a variable in the...
July 27, 2014 at 1:20 am
Viewing 15 posts - 7,696 through 7,710 (of 8,760 total)