Viewing 13 posts - 1 through 13 (of 13 total)
Couldn't you create a dts package to copy the views to the new database, dropping them first copying the new ones over each time and creating a schedule to run...
April 5, 2006 at 1:23 pm
Is the restore on the same server or are you restoring to a different server? If it's the same you probably need to rename the files and/or include the move...
October 3, 2005 at 8:03 am
Thanks! My brain must have fallen asleep as I didn't think of joining the tables that way.
l
September 30, 2005 at 11:49 am
When sql 2000 was first released with the xml support microsoft had a download that was available for sql 7. As far as I know they didn't update the bol. ...
September 30, 2005 at 6:12 am
I'm not aware of a way to move the registered servers, but you could write a script using the sp_addserver so that you would just have to run the script...
September 27, 2005 at 1:06 pm
Doesn't issuing the Checkpoint command do this?
September 27, 2005 at 12:46 pm
Thanks for the info. On one of the machines it was a file path issue that has been corrected.
However on the MSDE when I try to apply the sp the...
August 1, 2005 at 8:41 am
Thanks! I thought it was something like that but wasn't sure.
July 22, 2005 at 3:59 am
Thanks, I've seen those but was looking for a little more. The vendor is creating a series of 5 new tables each month with one filegroup for the table and...
June 14, 2005 at 1:43 pm
The problem is that they have access through an app that requires certain permissions I'm not allowed to change. The app has already been purchased (prior to my being in...
April 27, 2005 at 11:45 am
If you just stop and restart the SQL services once the profile has been created, SQL will usually recognize the profile and you're all set. Rarely you might have to...
April 8, 2005 at 6:07 am
Try
grant select,insert,update,delete, references on <mytable> to <myuser>
L
April 5, 2005 at 6:52 am
Viewing 13 posts - 1 through 13 (of 13 total)