Viewing 15 posts - 5,611 through 5,625 (of 7,168 total)
I just went for a generic POC...the concept should still apply. I am super-curious now about your comment regarding select * vs. a named column list. Please provide DDL, DML...
July 7, 2011 at 12:07 pm
lgoolsby 86333 (7/7/2011)
opc.three (7/7/2011)
What's wrong with comparing it to the result of the function call you used to populate PERIOD?
CONVERT(VARCHAR(6), tableB.INV_SER_DTs, 112)
This is exactly what I was trying but having...
July 7, 2011 at 12:01 pm
Results from snippet for all combinations:
Table Query code_char len_code_char datalength_code_char @code_varchar len_@code_varchar ...
July 7, 2011 at 11:14 am
rapperson (7/7/2011)
July 7, 2011 at 11:07 am
Post the actual execution plans for the proc exec when run by each user.
July 7, 2011 at 9:26 am
What's wrong with comparing it to the result of the function call you used to populate PERIOD?
CONVERT(VARCHAR(6), tableB.INV_SER_DTs, 112)
July 7, 2011 at 9:20 am
parissa_bakhshi (7/7/2011)
July 7, 2011 at 8:02 am
Settle down. We're just having some terminology challenges that's all. The configuration manager will show you all instances on the machine. Just because SharePoint services is installed on a machine...
July 7, 2011 at 8:00 am
Are you in the sysadmin Server Role in the Express instance? And is the Windows Service running the Express instance a local administrator? If yes to both then you may...
July 7, 2011 at 6:32 am
Many SANs have snapshot utilities that get can take a transaction-consistent snapshot of a SQL Server database and place it on a different volume just how you're wanting. VSS is...
July 7, 2011 at 6:27 am
Both are brilliant!
The string-based solution rocks...how simple!
I'll throw one more approach out there using XML just because it seemed interesting when I thought of it. There is a chance it...
July 7, 2011 at 6:20 am
davidsalazar01 (7/6/2011)
INSERT INTO VimasProFast1
SELECT MONTH(dbo.MerInfo.addtosys) AS month,
...
July 6, 2011 at 3:48 pm
Please post the new query you're trying.
July 6, 2011 at 3:35 pm
Nevyn (7/6/2011)
Can't you just unpivot and then repivot?
You sure could. The only thing that may become apparent is that hobby_num is a value-add column that the UNION ALL method provides...
July 6, 2011 at 2:51 pm
Bruce W Cassidy (7/6/2011)
opc.three (7/6/2011)The preferred way (in terms of performance) to do this now is to use Table-Valued Parameters (introduced in SQL 2008) to pass a set of data...
July 6, 2011 at 2:42 pm
Viewing 15 posts - 5,611 through 5,625 (of 7,168 total)