Viewing 15 posts - 55,456 through 55,470 (of 59,072 total)
Couldn't have said it better myself... thanks Steve. ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2007 at 5:30 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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2007 at 7:07 am
That's Enterprise Manager... look for ISQLW.EXE in the MSSQLServer directory.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2007 at 6:45 am
Just pass it to a variable/parameter in the proc as you would any other string...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2007 at 5:26 am
Copy... paste... don't post a bazillion lines.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2007 at 5:20 am
Heh... and people ask me why I use IDENTITY columns... ![]()
FP, think outside the box a bit... all the solutions that use an IDENTITY...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2007 at 5:18 am
Curious... if you like the way it's done in .Net or C#, why didn't you do it that way? ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2007 at 5:06 am
Sam... I know little about MS Access... but couldn't you take one of the solutions Peter pointed and do a little conversion yourself?
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2007 at 5:01 am
This should do it...
SELECT TableID = sot.ID, TableName = sot.Name, IndexName = soi.Name, Type = soi.XType --PK or F FROM dbo.SysObjects sot --Table Info LEFT OUTER JOIN dbo.SysObjects soi --Index...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2007 at 4:58 am
Good to see you read the post the Tara wrote on the "other" forum, but she's not entirely correct. [ > ] will erase a file if it exists and...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 6, 2007 at 8:16 pm
Since this is an SQL Server forum, what does it matter if it will work on any other RDBMS? You believe in the myth of portable code? ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
August 6, 2007 at 8:04 pm
Viewing 15 posts - 55,456 through 55,470 (of 59,072 total)