Viewing 15 posts - 1,006 through 1,020 (of 2,486 total)
Images don't get displayed in the forums. You'll have to post the text version of the error.
July 14, 2005 at 9:18 pm
??? where does varchar(50) come into it? I don't recall seeing where the poster mentioned anything about field definitions. Are you working on some other problem?
July 14, 2005 at 6:29 pm
Ok, as the query is referencing syspermissions using an INNER JOIN, if you haven't granted any permissions to objects then they're not listed. If you change the joins to outer...
July 14, 2005 at 5:14 pm
From your response I gather your not familiar with how SQL Server utilises memory. What you have described doesn't sound like a problem to me. It sounds like normal operation....
July 14, 2005 at 5:00 am
Well you do know that SQL Server does a lot of data caching
10GB into 2Gb will probably...
July 14, 2005 at 1:35 am
Also, be wary of any implicit conversion that may be going on as part of your calculation. It's always best to explicitly cast static data used in calculations.
July 13, 2005 at 11:27 pm
From memory, I think there was a script in the script library that does that.
http://www.sqlservercentral.com/search/turbo.asp
July 13, 2005 at 11:22 pm
Ok, I'll skip past all the obvious arguments against using dynamic SQL
If you use the date format 'dd mmm yyyy' you should...
July 13, 2005 at 11:19 pm
You can use a Dynamic Properties task to assign Global Variables to the appropriate properties in the Send Mail task.
July 13, 2005 at 5:48 pm
You would need to put an ActiveXScript task on the "On failure" workflow that sets the Execution status of the truncate table step to Waiting.
There is an article on
July 13, 2005 at 5:47 pm
"no parameters but far too long to post"
Nothing is too long to post
"Presumably, the query processor can't identify any statistics to work...
July 13, 2005 at 5:43 pm
This is more to do with Windows Security than SQL Security. You should try logging in as an Admin and setting the Local Computer Policy. Don't know exactly which rights...
July 13, 2005 at 5:39 pm
I use http://www.discountasp.net and find they're pretty reliable.
Have had a website there for over a year with nothing but scheduled outages. They have web-based admin for SQL Server,...
July 13, 2005 at 5:29 pm
What size databases do you have on the server?
Do you have SQL Server set to dynamically manage it's memory?
What else is running on the server that needs the memory?
July 12, 2005 at 11:19 pm
Viewing 15 posts - 1,006 through 1,020 (of 2,486 total)