Viewing 15 posts - 9,211 through 9,225 (of 9,720 total)
Have you tried the BackupDeviceList object yet?
http://msdn2.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.aspx
December 6, 2007 at 11:03 am
Actually, how far have you gotten in your coding? Do you already have the connections set up? Or are you starting from scratch right now?
December 4, 2007 at 7:28 am
Given 3rd party tools like Litespeed can do P.I.T. restores and they do it by accessing Microsoft .dlls, I would think that you can do it.
I'm not sure...
December 4, 2007 at 7:26 am
Thanks for the info! I appreciate it!
December 4, 2007 at 4:59 am
The way I learn is to not only take notes of keypoints while I'm studying, but to have 2005 set up on a test server where I can try the...
December 4, 2007 at 4:53 am
Dan,
How are you backing up? T-SQL or with a maintenance plan? Or are you using a third party tool?
Where are you backing up? Tape Drive, disk drive,...
December 4, 2007 at 4:48 am
Stupid question, but when you upgraded your software, did you upgrade your hardware too?
I've noticed on some boxes that if the hardware remains at 2000 levels, that 2005 can run...
December 4, 2007 at 4:45 am
It's a sad truth that it doesn't matter if your users are athenticated or not. Don't go the 5 seat route. If you get caught, you could get...
December 4, 2007 at 4:42 am
I hate to break it to you, dr_csharp, but all SQL Server 2005 have some limitations on what OS they will use. At minimum, any Windows 2000 OS has...
December 4, 2007 at 4:35 am
We actually have a T-SQL script which uses XPCmdShell to read a list of the backup files from a specific directory. Then we parse the name down to pull...
December 4, 2007 at 4:26 am
If you back up to disk, a rather simplistic way to do this is to use C# script to list the files in a specific directory that end with your...
December 4, 2007 at 4:22 am
One thing to consider on the SalesTable error is the schema name. Is the default name dbo? If not, you might have to edit whatever query is referencing...
December 4, 2007 at 4:15 am
We get similar error messages at random during the day. We're currently troubleshooting, but our best guess right now is network error. Also, we've gotten that error when...
December 4, 2007 at 4:11 am
I believe the major difference between 32 bit and 64 bit is hardware related. And the only reason you need a different version of SQL for the 64 bit...
December 4, 2007 at 4:09 am
FOUND IT! @=)
Markus (and anyone else looking for this information):
Check out the following links for code to use the Properties->Format->Format Code box of a text box:
Custom formatting: http://msdn2.microsoft.com/en-us/library/7x5bacwt(VS.71).aspx
Standard formatting:...
December 3, 2007 at 12:48 pm
Viewing 15 posts - 9,211 through 9,225 (of 9,720 total)