Viewing 15 posts - 16 through 30 (of 114 total)
Crackberries don't stand up vs the VX6800 with touch screen, full QWERTY slide out keyboard, and support for 8GB storage card. But it is Windows Mobile, so make sure...
February 29, 2008 at 8:05 am
I think what you're looking for is:
INSERT INTO [Linked Server Name].catalog.[my_sql_table_name] (my_sql_columns)
SELECT [MS SQL SERVER columns]
FROM [Your MS SQL SERVER table]
I believe you can use a three part identifier...
February 21, 2008 at 9:47 am
I have not tried this with SQL Server 2000. However, if you are able to get it to work, please post your findings.
Thanks,
jim
February 21, 2008 at 9:02 am
Definitely 32 bit. I couldn't find a 64 bit driver.
Thanks,
jim
February 15, 2008 at 9:02 am
Make sure that you stop SQL Server Agent before you initiate the single-user mode and then restore the master from backup using SQLCMD. I've run into the same error...
November 12, 2007 at 7:46 am
Don't give up so easily, post your error messages and the kind folks on this forum will help you out!
Have you enabled remote connections?
How are you trying to connect?
What error...
November 5, 2007 at 7:28 am
Anytime, glad I could help! Have fun moving data!
November 5, 2007 at 7:25 am
To import a .csv file, you use the same steps I outlined above, but you use a Flat File source instead of an Excel source.
Good Luck!
November 5, 2007 at 7:18 am
Sorry, I'm on 2000 Pro and out of ideas. Good Luck resolving your problem!
November 2, 2007 at 11:41 am
I have mine opening with my audio card, not Windows Media Player
Start->Control Panel->Sounds and Multimedia
Audio tab
Sound Playback
Preferred device
My sound card is selected from the drop down menu.
November 2, 2007 at 11:28 am
Can you hear any "Windows" sounds?
November 2, 2007 at 11:06 am
Make sure your SQL Agent has permissions on the files and that you are providing full UNC paths to the files. \\ServerName\Folder\file.txt, not C:\file.txt
what do your logs have...
November 2, 2007 at 10:55 am
If you have the option set in SSMS and you can "listen" to music on your headphones and you have opened a new query window since you made the adjustment...
November 2, 2007 at 10:50 am
Have you tried setting up a DSN for connecting to FoxPr on the machine you are running the DTS package from. I ported over a FoxPro db to SQL...
October 31, 2007 at 1:21 pm
I've found CTE's to be one of the better methods to use to report on aggregates. My code is the same as Ramesh, but utilizes a CTE, my favorite...
October 31, 2007 at 11:02 am
Viewing 15 posts - 16 through 30 (of 114 total)