Viewing 15 posts - 1,426 through 1,440 (of 1,999 total)
ok,
this is a very big topic
it really depends on who you are, what you are doing, how much risk you are prepared to take.
In any decent environment your...
June 26, 2009 at 5:29 am
i've seen a few similar issues posted, and microsoft allege that is as a result of an incomplete or failed service pack or hotfix installation
try reinstalling the last service pack/hotfix,...
June 26, 2009 at 5:22 am
have you coded an sql account and password into the data source of the report, or are you relying on the execution account.
i suggest creating a SQL account and convert...
June 26, 2009 at 5:06 am
apologies - misread the question - saw the rowcount and assumed it was a while loop - ignore me - i need more coffee:-D
June 26, 2009 at 4:54 am
the first may give you more problems - since the total duration of the loop is potentially very long, you may update records that have been modified since you started...
June 26, 2009 at 4:53 am
ok - so you are using either dynamic sql (a bad thing) or you are building your sql string in your app(a bad thing)
i can't tell which from the post
but...
June 26, 2009 at 4:49 am
this is easily done in enterprise manager/management studio
note - you are moving the table between "filegroup" and not file
a file is a member of filegroup and all tables in...
June 26, 2009 at 4:28 am
On an asside...
My experience of this is that if you keep putting off the tasks that require a lot of testing and require some guts, then you will eventually run...
June 26, 2009 at 4:14 am
what are you trying to achieve, what is the error message?
June 26, 2009 at 3:55 am
i suspect this may be your like clause
_ is a wildcard in "like"
try NOT LIKE '%sp[_]%'
June 26, 2009 at 3:42 am
it's possible that ourprocs are actually erroring at some point rather than timing out - and our web app isn't handling the error correctly and just lazily displying a timout...
May 5, 2009 at 2:51 am
from experience RPC starting is required if the Command timeout occurs and the command is killed before any results (even the 1st row) is returned.
Most of my monitoring for timouts...
May 5, 2009 at 2:35 am
as i said you need RPC starting as well -
if you know this is going to be a stored proc then you can remove batch starting and t-sql starting...
April 28, 2009 at 9:55 am
please ignore my posts - i didn't read the code correctly
April 28, 2009 at 9:44 am
michael vessey (4/28/2009)
wannabe dba (4/28/2009)
April 28, 2009 at 9:42 am
Viewing 15 posts - 1,426 through 1,440 (of 1,999 total)