Viewing 15 posts - 7,756 through 7,770 (of 8,753 total)
N_Muller (7/23/2014)
July 23, 2014 at 10:05 am
pmscorca (7/23/2014)
I need to install SQL Server 2012 on a new database server.
SQL Server 2012 isn't more sold and so I'm constrained to buy SQL Server...
July 23, 2014 at 9:35 am
Lynn Pettis (7/23/2014)
Eirikur Eiriksson (7/23/2014)
pmscorca (7/23/2014)
Hi,I need to know how I can downgrade to a SQL Server 2014 installation to SQL Server 2012.
Thanks
First suggestion would be to install the SQL...
July 23, 2014 at 9:28 am
Crystal ball in the repair shop, ESP network down, what can one do?😛
😎
July 23, 2014 at 9:03 am
Mark Harley (7/23/2014)
Eirikur Eiriksson (7/23/2014)
Quick thought, you are using GEOMETRY ( Cartesian / planar ) for geographic operations, must be careful here!😎
I think this is a matter of necessity. ...
July 23, 2014 at 7:36 am
Quick thought, you are using GEOMETRY ( Cartesian / planar ) for geographic operations, must be careful here!
😎
July 23, 2014 at 6:48 am
pmscorca (7/23/2014)
Hi,I need to know how I can downgrade to a SQL Server 2014 installation to SQL Server 2012.
Thanks
First suggestion would be to install the SQL 2012 alongside the SQL...
July 23, 2014 at 6:07 am
All things being equal between the two query executions, the difference would be pages loaded in cache. Hence a quick question, what happens if you flush the cache DBCC FREEPROCCACHE...
July 23, 2014 at 1:43 am
The best scripts around are Ola Hallengren's, http://ola.hallengren.com.
😎
July 23, 2014 at 12:17 am
This is normally the kind of thing I do in such situation, that is using a snip to create the search code, paste the results into a new query and...
July 22, 2014 at 10:48 pm
koolme_85 (7/22/2014)
DECLARE @TBLXML TABLE (COL1 XML NOT NULL);
INSERT INTO @TBLXML(COL1)
EXEC [dbo].[bofa_sp_esb_sel_acc]
@SearchType = N'A',
@SearchInputList = N'57575757',
@FAsInputList = null
Error :-
Msg 6819, Level 16, State 5, Procedure rj_sp_esb_sel_acc, Line...
July 22, 2014 at 10:29 pm
Quick thought, look for the value "Actual" in any column of the tables and track it from there.
😎
July 22, 2014 at 3:42 pm
Francis S. Mazeika (7/22/2014)
file version 2014.120.2000.8product version 12.0.2000.8
size 409k
Date modified 2/21/2014 5:20am
That is the flawed/bugged version.
😎
July 22, 2014 at 11:50 am
You can query the table directly instead of using a variable, straight forward;-) Here is the same code as before with the difference of using an XML column in a...
July 22, 2014 at 10:12 am
mark26parks (7/22/2014)
I can't even...
July 22, 2014 at 5:24 am
Viewing 15 posts - 7,756 through 7,770 (of 8,753 total)