Viewing 15 posts - 4,471 through 4,485 (of 26,490 total)
Looks like I am going to get thrown into the deep end on some blocking issues with our main product. Having been working in relatively stable environments with little...
September 22, 2015 at 11:46 am
hreyes819 (9/22/2015)
First of all, I referenced 5 columns in my original post (ha!, just figured out what OP means!...
September 22, 2015 at 11:01 am
Would someone with more knowledge of indexing please pop by this thread and add their expertise to the conversation.
September 22, 2015 at 9:56 am
Looking back at your original post and seeing that your databases reside on a SAN, I am thinking that extent fragmentation may not be as critical. I base this...
September 22, 2015 at 9:54 am
Okay, thank you all. I would still like a better explanation of the business use case from the OP since what has been provided so far is really vague...
September 22, 2015 at 9:24 am
Not sure I can answer your question, but I would like to point out that both DBCC SHOWCONTIG and DBCC DBREINDEX have been deprecated by Microsoft and will be removed...
September 22, 2015 at 9:18 am
I have a question for the respondents. Why am I the only one that actually created an itvf? The OP did ask for a function.
September 22, 2015 at 9:05 am
Sean Lange (9/22/2015)
Lynn Pettis (9/22/2015)
Sean, we will need to run some tests between our respective answers.
Agreed. I have a feeling yours might win out because iirc the unpivot can get...
September 22, 2015 at 9:01 am
hreyes819 (9/22/2015)
Col1 - has values that originate from table 1
Col2 - has values that originate from table 2*
Col3 - has values that originate from table 2*
Col4 -...
September 22, 2015 at 9:00 am
Sean, we will need to run some tests between our respective answers.
September 22, 2015 at 8:55 am
While waiting for a more detailed explanation I did throw the following together. This doesn't let you off the hook for a more detailed explanation. I'd like to...
September 22, 2015 at 8:53 am
hreyes819 (9/22/2015)
New to SQL Server. Have a lot of MS Access experience and know how to do this task in Access vba but I have not been able...
September 22, 2015 at 8:35 am
Koen Verbeeck (9/22/2015)
WayneS (9/21/2015)
pietlinden (9/21/2015)
I go to the user group meetings the vast majority of the time. Hard to argue with free training where you can ask questions. =)
Maybe my...
September 22, 2015 at 8:23 am
EasyBoy (9/21/2015)
use azADT
go
SELECT t.*
FROM sys.triggers t
WHERE
t.parent_id = 0 AND
(OBJECT_DEFINITION(t.object_id) LIKE '%amOperations%' OR
...
September 21, 2015 at 2:54 pm
I am at a loss, what is DataStage?
September 21, 2015 at 2:48 pm
Viewing 15 posts - 4,471 through 4,485 (of 26,490 total)