Viewing 15 posts - 1 through 15 (of 35 total)
Great series Brad. I've used Profiler a fair bit for a while but will certainly be utilising it a lot more after watching your series using what I've learnt.
One thing...
September 29, 2009 at 3:15 am
Wouldn't you need to build your own sql admin interace to the server and restrict access to SQL tools?
Otherwise how else would you instruct the server to "hold fire" on...
August 24, 2009 at 4:52 am
Thanks, I have added valid params to the exec sp line.
They are date fields so I add '2005-1-1','2005-12-1'
The following screen (which enables you to select which fields to include, grouping...
December 16, 2005 at 3:33 pm
I'm not I understood what you meant.
Run the query in VS?
December 16, 2005 at 3:31 pm
the report is "fed" by a stored procedure. Therefore the "query" is exec mySPname param1, param2. A colleague has found a work-a-round and that is to hack the XML (.rdl)...
December 14, 2005 at 12:39 pm
Thanks bkelley, that was exactly my thinking. (I didn't realise the double hop wasn't possible though).
December 12, 2005 at 12:34 pm
Thanks, unfortunately that won't work in our scenario.
Our users all have individual logins to one (or more) databases.
December 11, 2005 at 12:48 pm
Hi,
I'll describe the set-up... hopefully this will answer a couple of the questions.
I'll re-read through the questions when I've had my Monday morning coffee (yawn) and see if I can...
December 11, 2005 at 12:45 pm
Hi John,
We have a 3rd party application with a SQL backend.
In the database are some (non out of the box) roles that allow users to do certain tasks within the...
December 8, 2005 at 8:32 pm
Datasource credentials?
They are already set to windows authentication... as is IIS (anon access unticked)
December 8, 2005 at 1:10 pm
Your question is a bit open but in a nutshell (and if I'm reading you correctly)
Create table - db_ddladmin
This will give a user the ability to create/alter/drop tables within a...
December 7, 2005 at 8:15 pm
Hi Bob,
this isn't something I've done myself but hopefully this will point you in the right direction (?) until one of the resident gurus comes along.
This is SQL 2000 BTW.
Enterprise...
December 7, 2005 at 8:02 pm
So I see. Strange behaviour IMHO.
Thanks for explaining. Seems there are many things that can trip you up in SQL.
It's almost as though you have to know the answer prior...
October 31, 2005 at 12:39 pm
Hi and thanks.
I get the bit about count() returning integers because, of course, it is only counting whole units (so to speak). But it is the value of C I...
October 30, 2005 at 8:54 pm
Panic over, I solved it!
I put the initial select 9test) in a cursor and then looped through adding a comma if necessary.
Thanks for all the help
September 21, 2005 at 6:55 pm
Viewing 15 posts - 1 through 15 (of 35 total)