Viewing 15 posts - 376 through 390 (of 1,248 total)
If you do not like cursor, you may do it as below.
1. Make a temporary tabe;
2. Populate data on it;
3. Retrieve new data by comparing the new table and the...
May 13, 2008 at 5:48 pm
Here is a link. May it help.
http://www.devnewsgroups.net/group/microsoft.public.sqlserver.tools/topic17731.aspx
May 12, 2008 at 1:48 pm
It may be the connection limit, internet traffic jam, or some other reasons. Does it happen all the time or occasionally?
May 12, 2008 at 1:41 pm
Did you have a chance to read the article below?
May it help.
May 12, 2008 at 1:36 pm
I did several times without any issue.
May 12, 2008 at 1:33 pm
Do you have sa permission? If not, please check with a person with sa permisstion and see whether or not he will get the same error. Otherwise, you may check...
May 12, 2008 at 12:30 pm
Again, I am trying, ...
In the backupset table, you can find the backup information, such as what databases had backups, their types, starting time, ...
Say you have a databse, databaseA....
May 12, 2008 at 9:41 am
I do not quite follow you why you need both differential and transactional backups.
To solve your disk issue, you may increase the frequency of your transactional backups, say, have your...
May 12, 2008 at 9:26 am
I got the same error. It seems that we cannot do it in either SQL 2000 or SQL 2005, although in BOL claims we can do it in SQL 2005.
May 9, 2008 at 2:50 pm
Should you add OUTPUT AS
CREATE PROCEDURE dbo.Create_Login
(
...
May 9, 2008 at 2:34 pm
It happens quite often when changing proxy account to another in Services. We had better modify it in GUI.
May 9, 2008 at 2:24 pm
That is a big number of database servers. If you would like to focus at auditing activities. iMperva may be a candidate.
May 9, 2008 at 2:02 pm
I got the same error while running this script.
I have no problem in changing the collation in GUI but I do have problem in changing it using script in...
May 9, 2008 at 1:56 pm
The bottleneck of slowness in copying files across servers may be due to the firewall in between. I came across the experience copying a 6 GB file took me over...
May 7, 2008 at 3:52 pm
Viewing 15 posts - 376 through 390 (of 1,248 total)