Viewing 15 posts - 136 through 150 (of 363 total)
OK, will do tomorrow... heading out for the day
Thanks
PS, Awful late in the day for you Frank
Could be the "contents" comes from the .COL file ????
How about something I can...
January 21, 2004 at 3:26 pm
Generally speaking, the WHERE clause of the SELECT statement limits the number of records the query will return. As with most any client side application, you want to query for...
January 21, 2004 at 2:16 pm
Also, does the SP produce #Temp tables with data you are "massively" processing or have many rows in them.
January 21, 2004 at 1:57 pm
Did you know that SQL Srv. will effectively "drop" a table from the execution plan if:
1. View is like SELECT ... UNION ... UNION ... UNION ... UNION ... etc.
2....
January 21, 2004 at 12:27 pm
That will work(around) fine.
BTW, Are you "vertically" partitioning for the purpose of query performance against the VIEW? so that SQL Srv. "drops" curtain tables from the execution plan as the...
January 21, 2004 at 11:57 am
Can you post the queries you are using in context?
January 21, 2004 at 11:49 am
Andy, I can sometimes edit even when the left banner is not "complete".
I can always edit when the left banner is complete.
January 21, 2004 at 11:37 am
Ozamora,
A GUID will produce a globally unique identifier, if that is what you need, then that's the ticket.
If you just need some ever incrementing unique numbers, then the...
January 21, 2004 at 10:14 am
Above should work for as many tables as you want...
Table1 ... GlobalUnq INT IDENTITY(1, 100) ... 101, 201, 301, 401...
Table2 ... GlobalUnq INT IDENTITY(2, 100) ... 102, 202, 302, 402...
Table3...
January 21, 2004 at 9:27 am
You could use the IDENTITY [ ( seed , increment ) ] property with varying seeds and increments.
Table1 ... GlobalUnq INT IDENTITY(1, 3) ... 1, 4, 7, 10...
Table2 ... GlobalUnq...
January 21, 2004 at 9:09 am
Frank, the "en" is most likely because you have the ENglish BOL on a German language O/S ???
I just have to SQL80.??? files.
Copied the tsqlref.chm (2MB), got "mismatch version" message, copied...
January 21, 2004 at 9:00 am
Do either of you have an SQL80.chw (~ 5+ MB) dated appropriately?
I think that's the one.
Sorry, edited chm -> chw.
January 21, 2004 at 8:28 am
Shortcut just points to that 12KB "SQL80.COL" file in ...\80\tools\books dir
January 21, 2004 at 8:07 am
Did you at least get your "wireless" setup out of the deal?
January 21, 2004 at 8:04 am
Viewing 15 posts - 136 through 150 (of 363 total)