Viewing 15 posts - 3,166 through 3,180 (of 6,486 total)
You may have installed the "default" version of SQL Server Express Edition...which doesn't include SQL Server Management Studio (the new combined Ent. Mgr/Query Analyzer).
You probably want to grab the SQL...
May 27, 2008 at 2:07 pm
Mike: Take a look as this article from Any Warren. It's a fairly decent step-by-step to a method for how to do exeactly this:
Anatomy of an Incremental Load[/url]
And...
May 27, 2008 at 2:04 pm
You need to create a report model, with the columns you want to make available, the relations between tables, etc.... and then give you end-users access to the Report Designer...
May 27, 2008 at 2:00 pm
Grant Fritchey (5/27/2008)
Assuming you want to protect the column... Only allow the...
May 27, 2008 at 1:39 pm
Steve Jones - Editor (5/27/2008)
Don't rename it or...
May 27, 2008 at 1:12 pm
I don't think you have access to the SQLContext.pipe from within a UDF. That's one of those ugly limitations the UDF's seem to have.
Since you have a function, your...
May 27, 2008 at 12:22 pm
just out of curiousity - what's the clustered index on Table1? Is is unique? A WHILE loop might help, but running the deletes based on the clustered index of...
May 27, 2008 at 11:53 am
preetha.sathyamoorthy (5/27/2008)
Hi,Thanks for your interest.
We completed the test and we sent the report that T-SQL is better than CLR for both scalar-valued and table-valued functions.
Best regards,
Preetha S
Like...
May 27, 2008 at 10:50 am
James Stover (5/23/2008)
This is what they say: "We can't find any qualified applicants."
This is what I hear:...
May 27, 2008 at 10:45 am
nagarajanmm (5/27/2008)
May 27, 2008 at 10:33 am
Keep in mind that you need to track the SQL:stmtCompleted event (not one of the default options) to catch the trigger firing.
May 27, 2008 at 10:21 am
within SSMS: Tools, Options, Scripting. Set the extended properties to FALSE, and enable scripting the permissions. These set the default scripting options.
May 27, 2008 at 10:14 am
J. Cote (5/27/2008)
But of course, close only counts in hand-shoes...
May 27, 2008 at 10:10 am
The big question in my mind would be - what is it you see using this for? do you have a specific example in mind?
Understanding the background could be...
May 27, 2008 at 9:48 am
Paul - You're not giving us a lot to go on. I think you're looking a pivoting or cross-tabulating data, but without some specifics (like what does the source...
May 27, 2008 at 9:39 am
Viewing 15 posts - 3,166 through 3,180 (of 6,486 total)