Viewing 7 posts - 1 through 7 (of 7 total)
Thanks Everyone,
Paul is correct I figured this out shortly after the posting.
After renaming the Alias and sorting by the actual database field
the sort order works fine.
Thanks again,
Jeff
June 13, 2008 at 8:53 am
We are using named instances and when I run the command. I get the following.
Remember tempdb as far as the database is concerned no longer exists.
Since in our scenario...
October 2, 2007 at 8:07 am
Adrian
That worked, and is exactly what I needed.
Thanks,
Jeff
April 12, 2007 at 6:18 am
This is the link to the CSV that I need loaded in to a table located in SQL Server 2000.
http://www.globalindices.standardandpoors.com/data/wdpmi_bus.csv
Thanks,
Jeff
April 12, 2007 at 5:26 am
Thanks Mike your suggestion worked.
FYI -This is the working Code
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
'**********************************************************************
' Visual Basic ActiveX Script
'************************************************************************
Function Main()
Dim dtPreviousDate
Dim strFileDate
Dim strTableName
Dim strSQLTableName
Dim Result
Dim cnSybase
Dim cnSymposium
Dim rsSybaseSYM
Dim rsSQLSYM
Dim rsCallByCallStat
Dim rsCallByCallStatSQL
Dim strConn1
Dim strConn2
Dim strSQL...
January 23, 2007 at 9:09 am
Mike,
With the detach and re-attach method how would you handle system databases master, temp, msdb and model. Also, how do you recommend transferring DTS packages as well as scheduled jobs.
Thanks,
Jeff
September 2, 2005 at 9:33 am
Is there a way to allow the user to change
a standard logon password without the DBA's
intervention.
jcollins
August 28, 2002 at 8:35 am
Viewing 7 posts - 1 through 7 (of 7 total)