Viewing 15 posts - 3,226 through 3,240 (of 3,615 total)
I use something similar when assigning rights to stored procedures, but without the cursor.
I know that this is only an example question but for the scenario listed
a) I would probably...
May 12, 2004 at 1:38 am
There are several sorts of test.
May 10, 2004 at 5:50 am
It is a BIT field test.
The & means BIT...
May 10, 2004 at 5:43 am
I would be curious to know where Sybase ranks along side SQL Server, ORACLE, DB2 etc.
I have colleagues who are using Sybase on a particular project and because both SQL...
April 30, 2004 at 7:46 am
Could you give examples of the "notable exceptions"?
April 30, 2004 at 1:43 am
I don't like the idea of a huge and radical change to something as fundamental as the SQL.
Don't get me wrong, I'm enthusiastic about SQL2005 its just that the learning...
April 29, 2004 at 1:20 am
The thing with consultants is that they charge too much to be ignored.
If the boss hires a consultant and then ignores the consultants advice he may then have to justify...
April 21, 2004 at 1:25 am
I forgot to put in one particular class of user, and I can't think of a smart ass name for them other than "Git".
The Git insists that some obscure, hard...
April 19, 2004 at 9:07 am
The image says
The software that you are installing has not passed Windows Logo testing to verify its compatibility with this version of windows. Tell me why this is important.
This software...
April 7, 2004 at 1:31 am
Thanks Chris,
I've been tuning a stored procedure that itterates down a tree structure to accumulate a list of ids within that structure and then returns the details associated with those...
April 5, 2004 at 2:05 am
I have been doing some experimenting with routines to traverse down a tree structure with temporary tables vs table variables.
God knows how but the rowcount thing resolved itself
April 2, 2004 at 4:07 am
Good primer!
If I have a stored procedure that does multiple tasks, is there a way of getting the overall cost of the entire procedure or do I have to manually...
April 2, 2004 at 2:54 am
CREATE TABLE #MyTable(<column name> <column Type> , etc)
INSERT #MyTable(<fields>
exec master.dbo.xp_msver
April 1, 2004 at 12:57 am
I would second the motion to investigate the peaks.
I work on a large web CMS that has a complicated caching mechanism. If I get the CMS caching right the database...
March 30, 2004 at 5:58 am
Yes, all stored procedures that I write have SET NOCOUNT ON immediately after the header block.
I haven't tried declaring variables as table types before so I'll give it a whirl.
March 26, 2004 at 8:33 am
Viewing 15 posts - 3,226 through 3,240 (of 3,615 total)