Viewing 15 posts - 121 through 135 (of 171 total)
Thanks, that seemed to do it. I just never thought about that possibility.
April 23, 2004 at 1:53 pm
The problem seems to be with running the sp_databases SP in the stored procedure. I changed my SP to populate the temp table with just some of the databases and...
April 23, 2004 at 1:05 pm
The job step is a Transact-SQL Script type and the command is:
EXEC dbo.swn_sp_regular_backups
(This SP is made of the code you see above.)
I also noticed something else after I posted this. I...
April 23, 2004 at 12:50 pm
Yes, I did both and got the same results. I admit I had not thought of racosta's method but it works.
Thanks to both of you.
April 1, 2004 at 2:18 pm
Thanks, I thought I had tried it before but I tried it again. I must have had "fat fingers" the first time.
Thanks again.
April 1, 2004 at 2:08 pm
Thanks Steve. Because of the types of (multiple) fields I have that make up the PK, the Outer Join option is what I was looking for.
I wrote it that way...
March 12, 2004 at 11:10 am
phanikk,
This won't work because there is not enough space to do this.
Kari, you might implement a combination of the two solutions. First, NULL the values of the blob then...
March 11, 2004 at 8:16 am
Yeah, thanks to both of you. I immediately realized the answer with Prasad's response. I just got myself pigeon-holed and missed figuring it out on my own.
Thanks again.
March 9, 2004 at 9:34 am
D'oh! I had a Homer moment!
It makes sense. I just got stuck in one train of thought and I couldn't see the answer right...
March 9, 2004 at 8:57 am
When you say make the RAID 1 bigger, I assume you are talking about disk size or number of disks. Is that correct?
Even if I made it into 2 logical...
March 1, 2004 at 9:15 am
I'm not exactly sure how you are running these queries but if you are running them in a stored procedure you might also consider using a temp table. The overhead...
February 27, 2004 at 8:28 am
I haven't tried it on Win2003 but you might also try running the following command:
DBCC TRACEON(1807)
This allows SQL Server to recognize UNC notation.
I did this before I setup a maintenance...
February 17, 2004 at 7:53 am
Update: It started working. I did make changes with assigning rights to individuals and groups and back again just for testing but it never worked right yesterday. I put all...
January 14, 2004 at 2:53 pm
I have been trying a linked server but the problem with this is the system database. According to Microsoft, a linked server that is access is going to use the...
January 7, 2004 at 7:18 am
Sorry for not replying sooner but anyway, ThomasH's suggestion did not work. The problem was that he didn't address the system database (mdw) requirement.
I have gotten my query to work...
January 7, 2004 at 7:08 am
Viewing 15 posts - 121 through 135 (of 171 total)