Viewing 15 posts - 2,371 through 2,385 (of 6,486 total)
PMP is a project management certification.
October 20, 2008 at 11:54 am
I wish I didn't have to know how. While something like this is necessary in procedural code - it really has no place in SQL code in my mind....
October 18, 2008 at 7:22 pm
I don't think the importer imports linked objects, so if the tables were linked tables - you wouldn't have them.
October 18, 2008 at 7:08 pm
angusj4 (10/17/2008)
Amount of help on a scale from 1-10:ZERO!
I must say I have to congratulate you on pretty much ensuring you will not get any help. eight minutes posted...
October 17, 2008 at 3:42 pm
Gosta Munktell (10/17/2008)
But people who are new to this community don't know about those guidlines and
they are in a middle of a problem and just waiting for us...
October 17, 2008 at 12:15 pm
These are options you can set in scripting options. Tools, Options, Scripting. Towards the bottom of the list is something mentioning "include index creation".
October 17, 2008 at 10:08 am
Marios Philippopoulos (10/17/2008)
Matt Miller (10/17/2008)
TheSQLGuru (10/17/2008)
So it looks like the only difference between what you guys are saying and what the TheSQLGuru is saying is in the fill factor for...
October 17, 2008 at 9:14 am
TheSQLGuru (10/17/2008)
So it looks like the only difference between what you guys are saying and what the TheSQLGuru is saying is in the fill factor for the NC indexes.
Based on...
October 17, 2008 at 9:01 am
Marios Philippopoulos (10/17/2008)
TheSQLGuru (10/17/2008)
Marios Philippopoulos (10/16/2008)
I think it's settled. I will ask the developer to create the non-cl. idxs with 60% fill factor.Thanks for your help.
Since (it seems that) the...
October 17, 2008 at 8:20 am
It is a shame they make it so complicated.
I have yet to walk into any organization which is 100% compliant (even those that "try"), just becuase they just...
October 17, 2008 at 8:15 am
koteswara kishore K. (10/17/2008)
But when i execute these two statementsgetting irrelavent information in second select(???????)
can you give more or refferences to get analyze my expectations.
Thanks
Kishore KK.
This is where the...
October 17, 2008 at 7:59 am
Jaco Pieterse (10/16/2008)
Hope you guys will be able to assit. I have much the same question as I've seen in this topic.
I just need to know the following:
If I...
October 17, 2008 at 7:40 am
Andrew Gothard (10/17/2008)
We have two basic options regarding the presentation of data in an XML document, these seem to boil down to a range of complex SQL...
October 17, 2008 at 7:13 am
Conversation started over here:
http://www.sqlservercentral.com/Forums/Topic584256-149-1.aspx
Try not to keep starting new threads - it's hard to keep a cohesive conversation going on a single topic if there are several threads.
There's a followup...
October 16, 2008 at 8:49 pm
or - just build the table using a predefined name, and use sp_rename. No dynamic SQL that way.
October 16, 2008 at 7:30 pm
Viewing 15 posts - 2,371 through 2,385 (of 6,486 total)