Viewing 15 posts - 2,491 through 2,505 (of 2,647 total)
Also, SQL Server will return the error you are getting if even 1 row returns an invalid argument for the substring. So, if one of your strings does not...
October 3, 2011 at 1:21 pm
komal145 (10/3/2011)
I have table T11234
And table T2
3456
And my result set should be
123456
Is there any way other than union?
I'm not sure that you understand a union in SQL. You...
October 3, 2011 at 1:05 pm
DBAgal (10/3/2011)
MyDoggieJessie (10/3/2011)
October 3, 2011 at 12:56 pm
Did you go into the ReportServer Configuration Manager to do this, or did you just try running a report?
Thanks,
Jared
September 29, 2011 at 9:48 am
What did you do to the first one? I was under the impression that you were simply setting up a third server with a new version and that you did...
September 29, 2011 at 9:44 am
Hmm... You may have to create another instance on that server for the new report server databases and then you can migrate data.
Thanks,
Jared
September 29, 2011 at 9:24 am
Going along with Perry... When you say that Node B hs the reporting data, do you mean the ReportServer databases, or simply the data from some application or warehouse that...
September 29, 2011 at 9:16 am
Since your nested SPs are returning result sets, they are going to be returned by your main SP. You will have to go to each individual nested SP and...
September 29, 2011 at 9:10 am
Just a note: If the servers are on 2 different domains, you will not be able to use a domain account because one will never authenticate to the other. ...
September 29, 2011 at 9:06 am
My guess is that you are seeing a combination of things.
1. Ghost records growing (plus if your data is growing at a rate of 2% that means that the ghost...
September 28, 2011 at 7:58 pm
Well, you either have to change your purge to fix this, or enhance it. Look at this and surely test it first:
http://serverfault.com/questions/23446/ghost-cleanup
Thanks,
Jared
September 28, 2011 at 2:56 pm
How are you doing your purges? Maybe a different method than what you are doing will help? For example, we use partitioning. We then switch the partition to...
September 28, 2011 at 2:35 pm
seregak76 (9/28/2011)
Hi,It seems to me that you passed the threshold where GHOST CLEANUP process can keep up with your deletion rate. Can this be the case here?
Great thought! Try running...
September 28, 2011 at 8:15 am
Hmm... Have you tried restarting the SQL Server service? If you did not notice until yesterday, something had to happen between Friday and Monday. Someone HAD to make a...
September 27, 2011 at 7:47 am
Another thought is your clustered index. As the values in the composite columns get greater, so does the storage space required by the index. Also, as I understand it,...
September 27, 2011 at 7:44 am
Viewing 15 posts - 2,491 through 2,505 (of 2,647 total)