Viewing 15 posts - 9,031 through 9,045 (of 9,701 total)
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
...or rather, they trust that I will have everything working right again quick enough that its only a minor issue...
And it's that comment that worries me. So you are...
January 25, 2008 at 10:52 am
The problem is that SQL Server Agent is not part of the client tools. It's part of the whole SQL Server Engine install. So taking off the client...
January 25, 2008 at 10:48 am
Check your Add/Remove Programs. SQL Express might have installed anyway when you installed VS 2005. If so, you'll need to uninstall it and reinstall the regular version of...
January 25, 2008 at 10:45 am
You might want to check DBCC InputBuffer in BOL and the text of SP_WHO to see if you can crib some code from the procedure to help you identify the...
January 25, 2008 at 8:35 am
Rolf,
I hope you didn't test this on a production machine...
Have you tried re-running the SQL 2000 install process to see if it gives you a repair option?
Look at...
January 25, 2008 at 8:29 am
Do you see the service pack 2 listed separately in Add/Remove Programs?
If so, try uninstalling that. If not, I'd call Microsoft. They should have a way of upgrading...
January 25, 2008 at 8:23 am
Viewing 15 posts - 9,031 through 9,045 (of 9,701 total)