Viewing 15 posts - 2,221 through 2,235 (of 2,904 total)
Open Backup Exec, click on Help, click on About Backup Exec. In that pop-up there will be a window that lists all your licenses. See if there is one for...
February 25, 2004 at 1:55 pm
I use BE 8.6 also and what you experienced is a fluke according to Veritas. The only ways BE will backup a MS SQL Server database are:
1. the database is...
February 25, 2004 at 8:22 am
Refer to the BOL, use the Index tab and enter BACKUP DATABASE. That will show you all the commands and how to set up 'dump devices'.
-SQLBill
BOL=Books OnLine=Microsoft SQL Server's Help
Installed...
February 25, 2004 at 8:18 am
From your post, I'm guessing you use Veritas Backup Exec (which I also use). Do you have the Agent for SQL? (In BE, select Help>About Backup Exec and look at...
February 24, 2004 at 10:24 am
Stefan,
I also had the problem you are experiencing. I needed to upgrade to IE 6.0 and that solved the single line and no email notification.
-SQLBill
February 23, 2004 at 8:43 am
Hello Techie.....
I need your help to fix an issue with an SQL Server database. The database is currently in SINGLE USER mode which only allows one connection at a time....
February 20, 2004 at 2:40 pm
Like you said....Linked Server will work. Link the two servers and then in your script use the four-part naming convention as.....
servername.database.owner.table
-SQLBill
February 20, 2004 at 2:26 pm
I believe you also get points for SUBMITTING a QOD. So if I answer every DW/BI question AND submit a DW/BI QOD that is used, I will have more DW/BI...
February 20, 2004 at 12:22 pm
Are you sure the other column is also CHAR(10)? I would expect a 0 for a VARCHAR type column and 10 for a CHAR(10) column (remember CHAR columns are padded...
February 18, 2004 at 8:57 am
I don't use 6.5, but....
check that your login does have access to the database and that it uses NT login authentication.
is your computer on a different domain than the SQL...
February 18, 2004 at 8:46 am
I found the best solution to this issue is to right click on the topic and select Open in new window. When I'm done reading it/replying to it, I just...
February 18, 2004 at 8:41 am
I can't help with your question. But I can tell you that you posted in the wrong forum. This is specifically for the Question Of The Day. And that's not just...
February 17, 2004 at 2:19 pm
By the way....why does a USER have BACKUP permissions? I would NEVER give one of my users BACKUP privileges, I know how the database(s) need to be backed up to...
February 17, 2004 at 2:17 pm
Does the user run the script at the same time? If so, you could always schedule a FULL Backup to run after the script has finished. That way you will be...
February 17, 2004 at 2:03 pm
Do you really need to retrieve EVERYTHING? (SELECT *)
If not, change the * to a list of the columns that you really need.
-SQLBill
February 13, 2004 at 1:40 pm
Viewing 15 posts - 2,221 through 2,235 (of 2,904 total)