Viewing 7 posts - 16 through 22 (of 22 total)
Hi,
I saw you have got only 2 parameter in the query. Here are the steps I would follow to avoid confusion.
Remove the "Parameter field" from the query so that the...
July 5, 2011 at 3:40 am
OMG !! .. Are you running it on a super computer !! .. just kiddin...
July 5, 2011 at 3:33 am
Hi,
You can use the Alias "l" in the main query. not in the the subquery. just replace the "l." from the inner query. It will be okay.
Hope this helps.
-Swaroop
July 5, 2011 at 3:12 am
Yes,I can create a non clustered index. But this is the surrogate key in my Fact table. So I needed a clustered index. I think I dont have any options...
July 4, 2011 at 8:30 am
Thanks Gail. I think I need to add some space.
July 3, 2011 at 2:10 pm
I think you are right.. I never realized this because this is the first time I am facing the issue. So is there any workaround.
July 3, 2011 at 1:34 pm
Hi,
From SQL Server:
You can do xp_cmdshell 'telnet 10.xxx.xxx.xxx 1433'. SQL server uses 1433 port in general.
From SSIS:
You can use WMI Data Reader Task.
Hope this helps.
Thanks,
Swaroop
July 3, 2011 at 8:59 am
Viewing 7 posts - 16 through 22 (of 22 total)