Viewing 15 posts - 841 through 855 (of 6,486 total)
norbert.manyi (9/26/2012)
gorgeous idea, but this isn't itit's 0 on both servers...
From BOL:
Columns defined with char, varchar, binary, and varbinary data types have a defined size.
This setting affects only the definition...
September 26, 2012 at 12:44 pm
no - in any given clustered instance, one node is active and one or more nodes are inactive.
In the "active/active" setup, you would be looking to split your instance in...
September 26, 2012 at 9:26 am
Well my case was for a different reason, but I did manage to set the row and column delimiters to the same thing (which helped my scenario). Try \t...
September 26, 2012 at 7:48 am
Mark Fitzgerald-331224 (9/25/2012)
I have reproduced...
September 25, 2012 at 3:32 pm
gsd1 (9/25/2012)
I am trying to generating the xml file (huge) from the sql query. This xml file is having carriage returns in the xml nodes
Understood on that, but as...
September 25, 2012 at 12:18 pm
Grant Fritchey (9/25/2012)
SQL Kiwi (9/25/2012)
Grant Fritchey (9/25/2012)
I'm not getting what this guy is after, so I'm clearly not helping. Could someone else check it out please?
I tried my best, but...
September 25, 2012 at 10:33 am
Sigerson (9/25/2012)
But we can do better, I think, in putting more emphasis on the DESIGN...
September 25, 2012 at 10:27 am
yuvipoy (9/25/2012)
As i have stated early [Quote]Inserting the data externally not from the database itself. [/Quote] my aim is not inserting from the database i need to...
September 25, 2012 at 8:58 am
karthikeyan-444867 (9/25/2012)
Most of the numbers come from powers of 2 + 1. In this particular case, it's an optimization for performance
okay. why don't i use +2 or +3 instead of...
September 25, 2012 at 8:02 am
Deleting space completely is an entirely different exercise. Like Phil mentioned - that just takes one REPLACE to do that.
The numbers were chosen to avoid having to run the...
September 24, 2012 at 10:46 am
David F (9/21/2012)
September 21, 2012 at 10:51 am
opc.three (9/21/2012)
tim_harkin (9/21/2012)
opc.three (9/19/2012)
Jeff Moden (9/18/2012)
September 21, 2012 at 8:59 am
Here's a version of FLWOR which approximates what you want (again - with the name isssue handled)
declare @x xml
;with a as (
select 'a123' partID, 'blue' color,'large' size
union all
select 'a124' partID,...
September 19, 2012 at 3:24 pm
Assuming you fix your naming convention issue (yes - SQL Server will pick up on the invalid name issue), you can use a query like the one below (i fixed...
September 19, 2012 at 1:32 pm
There's also the architecture route, which would depend on what kind of skills you leveraged as a DBA.
September 19, 2012 at 12:48 pm
Viewing 15 posts - 841 through 855 (of 6,486 total)