Viewing 15 posts - 6,841 through 6,855 (of 7,164 total)
crazy4sql (3/22/2011)
But if your database almost full and then you increasing the space then you will see more...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 22, 2011 at 11:04 am
It must have to do with how SQL Server handles data-type conversions internally. The rule surrounding converting character data to the NUMERIC/DECIMAL data type requires that there be either a...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 22, 2011 at 10:50 am
Kindly provide the DDL and DML used to construct the environment in your example.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 22, 2011 at 9:58 am
You can vote for an enhancement to add support for that:
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 22, 2011 at 9:51 am
PIVOTs and cross-tabs change rows to columns. What you want is UNPIVOT, i.e. to change columns to rows.
http://msdn.microsoft.com/en-us/library/ms177410.aspx
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 22, 2011 at 9:10 am
Craig Farrell (3/21/2011)
I usually tag my network admins when this happens and explain to them that I'm doublehopping, they take it from there.
You have it good...
I wished many times that...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 21, 2011 at 5:16 pm
It's also known as the "double-hop issue" (winces, grits teeth)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 21, 2011 at 3:53 pm
The Agent tables are not my favorite thing in the world to dig through 😀 The way dates are stored, the lack of an easy way to find a job's...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 21, 2011 at 3:49 pm
Glad to help...now please use it to post some DML so we can help you with your solution 😉
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 21, 2011 at 2:23 pm
Actually used in production:
- proc: access web services
- proc: accessing third-party address standardization software
- scalar function: use assemblies installed in local GAC containing proprietary encryption methods
- data type: IP address
Toying...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 21, 2011 at 2:17 pm
Please proceed knowing that this is not an SSMS / Query Analyzer issue.
Hopefully you will find the issue by checking these four things:
1. In DEV: Is there a table name...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 21, 2011 at 2:06 pm
What you'll want to do is to make the last step of the job look at the result of the previous steps and then either raise an error to fail...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 21, 2011 at 1:45 pm
Third-party drivers used via Linked Servers are a notorious source of memory leaks. Depending on how your app maintains its connections, the use of the procedure sys.sp_xml_preparedocument to prepare an...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 21, 2011 at 1:32 pm
I have not used it however a SQL Skills blog came to mind...here is a good primer backed up with some real-world experience (see comments from readers too): http://www.sqlskills.com/BLOGS/KIMBERLY/post/SQL-Server-2005-and-2008-Compression.aspx
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 21, 2011 at 11:28 am
6GB would be a fine place to start...max memory is an art not a science. Glenn has 6400MB recommended on a system with 8GB of RAM which is a shade...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 21, 2011 at 11:11 am
Viewing 15 posts - 6,841 through 6,855 (of 7,164 total)