Viewing 15 posts - 61 through 75 (of 89 total)
Thanks for the quick reply, although that is bad news.
I will check with the company who will be collecting the logs (VeriSign), but I think the appliance that does the...
April 16, 2008 at 3:29 am
Since you say postcode is your unique key, you can safely assume that there will not be duplicates in the table without having to group by the column.
If you still...
April 15, 2008 at 7:11 am
Correct. The developer will usually get the better way done, while a DBA will usually just say it can't be done.
Ouch, although I think that is almost true in...
April 15, 2008 at 6:38 am
john (4/15/2008)
Thanks to this government and partly to the sort of work I used to do, the costs of continuing to do business as a freelancer, and particularly the fees...
April 15, 2008 at 6:12 am
bicky1980 (4/14/2008)
If I was not to aggregate my fields it won't allow me to select them fields as they are not part of my group - How do you...
April 14, 2008 at 6:36 am
Hi Bicky1980,
The short answer is yes... But before hand another question is "what is the end result you are trying to achieve?" The result of your three queries...
April 11, 2008 at 11:10 am
The roles are also in sysusers. Query on the IsAppRole or IsSQLRole columns.
April 11, 2008 at 9:54 am
It's not allowed in Transact-SQL. You can't even do that with sp_executesql.
I think it's to do with the fact that it's implicitly converting the parameter to unicode and so...
April 11, 2008 at 9:34 am
I use Macs at home, (it's nice to keep home and work seperate ;)) and even with the very limited MacBook Air, VMWare Fusion works great on those few occasions...
April 11, 2008 at 8:16 am
For my current role in the UK, I needed to fill out a screening form which had sections for employment history. Leaving the salaries blank, I was soon called...
April 11, 2008 at 6:12 am
Rob Goddard (4/10/2008)
Select the field you want to group on in the 'Group on:' expression table, click in there (on =Fields!State_Sort.Value) and you should see it's...
April 10, 2008 at 3:37 am
That's the one.
Select the field you want to group on in the 'Group on:' expression table, click in there (on =Fields!State_Sort.Value) and you should see it's a dropdown.
Alternatively,...
April 10, 2008 at 3:24 am
If you right click on the group row identifier (just to the left of the group header or footer), you can select "Edit Group..."
Hope that helps
April 9, 2008 at 6:09 am
Hi Sean, thanks for your reply!
After a couple of days of failing, the problem just went away for me, too. The fact that the packages couldn't be simpler...
March 13, 2008 at 8:21 am
Thanks Matt, that's perfect, exactly what I was looking for!
Rob.
March 7, 2008 at 7:24 am
Viewing 15 posts - 61 through 75 (of 89 total)