Viewing 15 posts - 256 through 270 (of 327 total)
Look at this article. I think it may help you.
http://www.sqlservercentral.com/columnists/pibison/alteringacolumnonareplicatedtable.asp
MG
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
Tony Hoare
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
March 9, 2006 at 7:13 am
What version of SQL are the files from? If they are from 2000 and you are attaching to 7.0, you would get this message.
MG
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
Tony Hoare
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
March 8, 2006 at 8:50 am
Maybe I'm being a little 'dim', but what can I, as the reader, do to make viewing the article easier? I found that the 'Print This' helps but not always....
MG
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
Tony Hoare
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
March 1, 2006 at 1:43 pm
If I understand correctly, you want to transfer users of a database with corresponding passwords. Passwords are stored with the login. The Transfer Logins task in DTS can be used and it...
MG
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
Tony Hoare
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
February 28, 2006 at 6:29 am
The RK folder isn't in the path. The easy way around it is to copy srvinfo.exe to the Windows folder.
MG
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
Tony Hoare
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
February 24, 2006 at 10:31 am
I have a stored procedure that executes a cmdshell and pulls in the data from srvinfo (from W2K Resource Kit). It parses it for just the drive info and stores...
MG
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
Tony Hoare
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
February 23, 2006 at 8:08 am
100+ servers - no problems.
MG
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
Tony Hoare
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
February 23, 2006 at 6:43 am
Do you need to produce a report on space usage for all servers periodically or a notification when a server reaches a configured threshold (i.e. drive E at 80 % of...
MG
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
Tony Hoare
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
February 23, 2006 at 6:41 am
Don't feel bad - you're not alone. ![]()
I think there are some at MS that take absolute delight in confounding us.![]()
MG
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
Tony Hoare
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
February 23, 2006 at 6:36 am
Schedule backups - creating a maintenance plan in SSIS (SQL Server Business Intelligence Studio on the menu) might be the easiest way.
MG
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
Tony Hoare
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
February 23, 2006 at 6:31 am
Since you are appending only the day of the week, yes, the file will be overwritten each time it is run on the same day.
Will you break the back...
MG
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
Tony Hoare
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
February 22, 2006 at 6:21 am
You can speed it up a bit more by "striping" the backup. Break up the backup file into 4 files so that each one is approximately 1GB. SQL will create...
MG
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
Tony Hoare
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
February 21, 2006 at 7:07 am
I'm getting an error :
Invalid column name 'columnname1'
Any idea?
MG
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
Tony Hoare
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
February 17, 2006 at 9:01 am
thanks - I'll give this try a little later. I'm much more comfortable with QA than ActiveX
MG
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
Tony Hoare
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
February 17, 2006 at 8:14 am
I have agree with J.T. In my experience with 3 major tape vendors, not one could provide the reliability I have needed to meet SLAs for recovery.![]()
MG
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
Tony Hoare
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
February 17, 2006 at 6:38 am
Viewing 15 posts - 256 through 270 (of 327 total)