Viewing 15 posts - 4,156 through 4,170 (of 4,271 total)
ok, so a lot of rows, but how big is it in MB.. If it is 44M rows of very narrow data then it shouldn't be too bad, if...
July 6, 2009 at 9:40 pm
As a policy I recommend NEVER using NOLOCK when the data you are reading is reasonably possible to change and if a change would potentially cause an issue..
What...
July 6, 2009 at 9:36 pm
I think I read that as two seperate jobs with different names at the same time?
If so then yes, provided that they don't conflict with each other.. If they...
July 6, 2009 at 9:25 pm
Is one of the connections to an excel file? I have seen this error MANY times when a connection is pointing at an excel file that somebody has open..
CEWII
July 6, 2009 at 9:20 pm
In the olden days (sql 6.5) I believe it used 37K/connection, I believe the new number is high 40K/low 50K. Using that number you would be using 55MB for...
July 6, 2009 at 9:11 pm
If you saved the package and opened it as a different user then it cannot remember the password because it would be encrypted just for that user.. Try to...
July 6, 2009 at 8:26 pm
At this point you are not trying to operate on any sub-directories, you are trying to get a directory and sub-directories with spaces are easily handled by that process so...
July 6, 2009 at 8:09 pm
Perhaps being less abstract in your request might be beneficial, what precisely do you want to give a non-admin user the ability to accomplish?
July 6, 2009 at 2:14 pm
Can I ask a different question, what is the latency between the local machine and the remote, depending on the mirroring mode you might have to wait for both to...
July 6, 2009 at 11:59 am
master and msdb cannot be detached, they are required for system use.. You *might* be able to do a db backup then restore of master and msdb. ...
July 6, 2009 at 10:47 am
I am pretty sure you cannot do that with Reporting Services, I'm guessing you will have to build an App to do that..
CEWII
July 6, 2009 at 10:38 am
Well, it seems there are not some functions is the derived column component that I thought were there.. Given that I have an alternate solution.. As long as you...
July 4, 2009 at 6:57 pm
It will have to wait until monday.. I won't have time this weekend..
CEWII
July 4, 2009 at 11:52 am
If you set transact abort at the 1st sproc it will be the option for all sub sprocs unless they change it themselves..
CEWII
July 4, 2009 at 11:49 am
Well then I'm guessing that it is alright then..
CEWII
July 4, 2009 at 11:48 am
Viewing 15 posts - 4,156 through 4,170 (of 4,271 total)