Viewing 15 posts - 55,456 through 55,470 (of 59,078 total)
Not sure what you're calling a base table but the correct covering indexes will allow for full length table access using index seeks across all tables in a join. By...
August 7, 2007 at 9:15 pm
Sorry Tomm... was just trying to lighten things up a bit. And, maybe I'm taking you the wrong way, but "flame war" about what? It takes two and I'm out...
August 7, 2007 at 9:03 pm
First problem is the header record...
NEATCM|8.07.00|867850731
...which does not have the same number of delimiters as the other rows. Will always throw an error or cause a skip of the first...
August 7, 2007 at 5:59 pm
Heh... I asked the same thing... and the answer is... crappola 3rd party software.
So, Mike, you never hardcode anything? ![]()
August 7, 2007 at 5:50 pm
You're not... the DEL command is being executed by xp_CmdShell and the >> is just part of any command line as a redirection of output from whatever command is on...
August 7, 2007 at 7:40 am
Wrong... correctly formulated covering indexes will be used no matter how much of the correct columns are used... this example uses 90 % of the data in two columns and...
August 7, 2007 at 7:36 am
If you're users want real time data when they open the spreadsheet, don't export the data as an "Excel file"... create a spreadsheet that uses "External Data" from a view. ...
August 7, 2007 at 7:21 am
SQL Portable? Maybe for the GUI world but certainly not in the batch world. For example, define some variables in SQL Server and do the same thing in Oracle... now, try...
August 7, 2007 at 7:07 am
That's Enterprise Manager... look for ISQLW.EXE in the MSSQLServer directory.
August 7, 2007 at 6:45 am
Just pass it to a variable/parameter in the proc as you would any other string...
August 7, 2007 at 5:36 am
I agree... working for a jerk full time is a full time PITA. Start looking for something better.
If I may make a suggestion and I'm not trying to be a...
August 7, 2007 at 5:26 am
Copy... paste... don't post a bazillion lines.
August 7, 2007 at 5:20 am
Viewing 15 posts - 55,456 through 55,470 (of 59,078 total)