Viewing 15 posts - 6,226 through 6,240 (of 6,678 total)
Jeff Moden (8/3/2008)
August 3, 2008 at 6:37 pm
Jeff Moden (8/3/2008)[hrSecond idea sounds good to me. Will the report return the columns named in the NVP table horizontally automatically and in the correct order? I ask...
August 3, 2008 at 6:20 pm
I probably wouldn't use a dynamic SQL approach, because that is going to be much harder to work with on the report side anyways. How are you going to...
August 3, 2008 at 1:15 pm
Animal Magic (8/3/2008)
Ive slightly complicated matters here. there are a few areas where i have been looking to implement triggers, most are for email reasons, in which case...
August 3, 2008 at 1:05 pm
Did you change the account that is running SQL Server? For example, change from a domain admin account to a domain service account? Or, from local system to...
August 3, 2008 at 12:10 pm
Jeff Moden (8/3/2008)
There are a couple of ways to do it... the method...
August 3, 2008 at 12:01 pm
Animal Magic (8/3/2008)
August 3, 2008 at 11:55 am
JKSQL (8/1/2008)
The user using the sp will not have permissions to alter a table. So I can not disable...
August 1, 2008 at 4:06 pm
rbarryyoung (8/1/2008)
August 1, 2008 at 4:04 pm
I really don't have an answer to your specific question, but have you tried enabling the SQL Browser service on ServerA? That service should allow you to reference the...
August 1, 2008 at 4:01 pm
Deee -Daah! (8/1/2008)
When I use COALESCE to concatenate a string over many periods, it gave me the string backwards.
--using the table #test as is, gives me the results backwards...
August 1, 2008 at 3:56 pm
alorenzini (8/1/2008)
August 1, 2008 at 3:50 pm
alorenzini (8/1/2008)
I tried...
August 1, 2008 at 3:41 pm
alorenzini (8/1/2008)
Ok let eliminate the dynamic SQL. How would I introduce the @Level into the WHERE clause?
IF (@Status = 'All active')
BEGIN
SELECT *
FROM #DLFiltered...
August 1, 2008 at 2:50 pm
Art, all you needed to do was add parantheses around the bolded section to 'pair' those two criteria. That should fix the issue you have with that dynamic query.
BTW...
August 1, 2008 at 1:49 pm
Viewing 15 posts - 6,226 through 6,240 (of 6,678 total)