Viewing 15 posts - 121 through 135 (of 322 total)
trueboar: Thanks very much! That helps.
September 4, 2008 at 4:18 am
In keeping with SSIS' apparent campaign to stamp out encapsulation, the sheet name variable is hidden in the Excel Source\Advanced Editor\Component Properties\ OpenRowsetVariable, which in my case I set to...
September 2, 2008 at 6:46 am
Very nice.
The video was truncated to the right; is there a way to avoid this?
September 2, 2008 at 5:58 am
I'm told one other disadvantage (that I didn't see mentioned above) is that you cannot define RI constraints across linked servers. (I'd love to hear that is a misconception.)
August 19, 2008 at 4:32 am
I too was delighted to learn about and use CTE's -- subqueries give me a headache!
But I have found that there are restrictions that come with CTE's (and I'm not...
August 5, 2008 at 5:52 am
This may be drifting off topic; if I get no replies here I might just post the question as a new topic.
I am still stuck trying to find a...
July 22, 2008 at 7:06 am
Thanks for your insights, GSquared. Perhaps things got distorted because I was testing only the initial part of a more complex query. All columns of the first two CTEs...
July 22, 2008 at 4:44 am
GilaMonster (7/17/2008)
...due to insane security rules...
Gail -- If it's any consolation, I am delighted to see I am not the only one. Think it's called "security theater"!
July 18, 2008 at 7:14 am
tony.sawyer (7/17/2008)
July 18, 2008 at 7:03 am
For a time job sharing was popular (or at least talked about a lot.) Find another with your same skills who also would like a reduced work week and...
July 17, 2008 at 5:13 am
Be careful what you wish for. The "the traffic on the site" (or perhaps some other cause) made me wait for 5:14.4 (mins:secs) to follow the link from the last...
July 14, 2008 at 11:18 am
This site is sometimes useful to locate the IP Address source:
July 11, 2008 at 5:45 am
Or if you only want a fast row count, you can use:
SELECT left(o.name,50)as [TableName]
,i.rowsas [RowCount]
FROM SYS.sysobjectso
INNER JOIN SYS.sysindexesi
ON (o.id = i.id)
WHERE o.xtype = 'u'
AND i.indid <...
July 11, 2008 at 5:35 am
Viewing 15 posts - 121 through 135 (of 322 total)