Viewing 15 posts - 61 through 75 (of 108 total)
SCC has been an invaluable resource for me, since I started pursuing SQL Server 2005 professionally, about 2 years ago. I began using SSC when I was preparing for my...
October 27, 2008 at 9:13 am
You're right - thanks for the help, Gail, and others.
-Simon
October 6, 2008 at 2:18 pm
Gail:
Thanks for getting involved, and thanks to anyone else who still might be playing along at home...
I've been trying to simplify things, but I'll explain in a little more detail...
October 6, 2008 at 12:57 pm
Thank you for your post, Michael, but unfortunately the code you suggested didn't produce the desired result.
When I implemented your code into the trigger and ran an INSERT...SELECT statement against...
October 6, 2008 at 12:05 pm
Thanks so much, Jacob and Lowell, for your input.
Here is the code for my trigger - hopefully it will help to clarify what's happening:
-- INSERT Trigger on FileTransfer, to insert...
October 6, 2008 at 10:07 am
Mike:
Although I don't think there's a way to hide unwanted databases from SSMS, you can specify a default database when you connect to the ISP's server by choosing your database...
October 6, 2008 at 7:55 am
Sorry - I was not able to resolve my issue. I ended-up taking a different approach to my problem. Good luck resolving the error!
-Simon
August 20, 2008 at 12:04 pm
Have you got a table which stores the date ranges for each of your quarters?
Such a table might look like this:
QID QuarterStartDate ...
July 31, 2008 at 10:09 am
Just wanted to post a reply to my own previous question, in case anyone else is following the thread, or runs into the same trouble in the future.
I upgraded the...
July 31, 2008 at 9:48 am
Hello All,
I am in the process of finishing the migration our SQL Server 2005 from a Windows 2003 32-bit machine to a Windows 2008 64-Bit machine. Despite the 64-bit O/S...
July 30, 2008 at 2:57 pm
Anything by Ben Forta will be pretty good.
Try SAMS' Teach Yourself SQL in 10 Minutes, or Teach Yourself Microsoft SQL Server T-SQL in 10 Minutes.
Both good books to start with.
Good...
June 25, 2008 at 3:34 pm
Hi All:
I'm working with a MySQL database that serves a website, and need to periodically transfer data from our local SQL Server 2005 server to the MySQL server.
I've setup the...
June 25, 2008 at 2:20 pm
Just as a follow up, Mark I used your CROSS APPLY syntax and it worked perfectly - allowing me all the groupings I needed.
Thanks again everyone for the expert help.
-Simon
June 24, 2008 at 3:47 pm
Mark and Chris,
Thank you so much for your replies.
I'll try both and let you know what works best.
Thanks again - I really appreciate it.
-Simon
June 24, 2008 at 8:34 am
I can second that.
I definitely had to restart the SQL Server service after installing the driver.
-Simon
June 17, 2008 at 8:20 pm
Viewing 15 posts - 61 through 75 (of 108 total)