Viewing 15 posts - 9,031 through 9,045 (of 9,707 total)
There are all sorts of books and training materials out there. Some of the stuff for certification exams can also be useful for learning the basics of SQL Server.
First...
January 28, 2008 at 4:26 am
And if there are error messages, don't forget to include them in your post.
January 28, 2008 at 4:10 am
I've stopped using NOLOCK just because of the drawbacks. I want to see all the data, so I'll take a little bit of a performance hit just to make...
January 28, 2008 at 3:54 am
Glad you found it. Thanks for posting the solution!
January 28, 2008 at 3:53 am
ToString() would certainly return the values but you can't SUM() a string. So I would still have to do an additional conversion to get the money or smallmoney values...
January 28, 2008 at 3:52 am
It's the Microsoft Self-Paced Training Kit for 70-441. I don't have it on me at the moment (it's at work), but the cover is blue and it has a...
January 25, 2008 at 3:32 pm
Without knowing at least one column name, there's no good way to do a delete other than manually before the run of the package.
I recommend redirecting the rows out of...
January 25, 2008 at 3:29 pm
If I'm not mistaken (someone correct me if I am), the Image datatype is actually stored in the DB as a binary file. Therefore, there is no good way...
January 25, 2008 at 12:19 pm
If all else fails, you might have to back up all your databases, uninstall and then reinstall SQL Server, then restore all your databases.
But try the MSDB restore first. ...
January 25, 2008 at 12:11 pm
Why are you using SQL to delete from an Excel spreadsheet? What are you trying to accomplish?
January 25, 2008 at 12:08 pm
January 25, 2008 at 11:42 am
Check this link out and see if it helps:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2553214&SiteID=1
January 25, 2008 at 11:41 am
Given the staff changes issue, you need to start documenting what it is you're training the back up people on. Create a binder filled with details on what you...
January 25, 2008 at 11:31 am
If the group is really tight knit, you might want to consider your approach to them carefully. You don't want them to think you're trying to steal one of...
January 25, 2008 at 11:03 am
Viewing 15 posts - 9,031 through 9,045 (of 9,707 total)