Viewing 15 posts - 1,831 through 1,845 (of 6,486 total)
Here comes one of those "awful" questions you didn't want to get.... Are you SURE a value is being passed through for the parameter (when you're firing this from...
July 23, 2009 at 10:26 am
Unless fillable means "I have a blank spot after I print that I can write on", then - no.
Reports are not data-entry mechanisms. What you're looking for would be...
July 22, 2009 at 2:21 pm
You might be returning NULL values in your WHERE clause which can make comparisons fail flat out.
July 22, 2009 at 1:47 pm
luckysql.kinda (7/22/2009)
I would like you to go ahead and enable default trace on by using sp_configure command. now you can easily see all the logs...
July 22, 2009 at 8:40 am
create something that uses it as a foreign key. It should error the delete out.
July 21, 2009 at 8:04 pm
The Database Tunig advisor... one of the features in SSMS you can use to figure out what might be missing.
It tends to be overeager on some index recommendations. ...
July 21, 2009 at 7:00 pm
...and if the tablock isn't enough, limit your deletes to a certain number (which you can determine on execution), and just keep fire the delete off serveral times until the...
July 21, 2009 at 5:49 pm
..+ hunter +.. (7/21/2009)
July 21, 2009 at 5:43 pm
(this very question was already asked a couple of times on here.)
It's a resource issue. Check the other answer I've already posted for more specifics.
http://www.sqlservercentral.com/Forums/Topic756846-386-1.aspx
July 21, 2009 at 5:35 pm
Ankur Bajaj (7/21/2009)
Heres the solution I have tested and which is...
July 21, 2009 at 2:06 pm
...disable the access?.....
As far as I know - you can't hand a DDL trigger off of a BACKUP command.
From the reference on the DDL triggers:
Trigger on a CREATE, ALTER, DROP,...
July 21, 2009 at 12:37 pm
That is the specific error. Looks like three warnings came up:
Login Timeout Error
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005,...
July 21, 2009 at 12:33 pm
what are you using to determine what is "returned" from the update?
July 21, 2009 at 12:29 pm
Take a look here:
http://blogs.msdn.com/sqlclr/archive/2006/03/24/560154.aspx
Essentially - CLR uses memory external to SQL, so you may need to increase the "memtoleave" so that CLR has some room to work.
July 21, 2009 at 12:22 pm
(if you turn off the "create" and "drop" options, you will ONLY get the permissions).
July 21, 2009 at 11:42 am
Viewing 15 posts - 1,831 through 1,845 (of 6,486 total)