Viewing 15 posts - 4,696 through 4,710 (of 9,643 total)
I'm going to repeat what a couple of other people said. Let people you know know you are looking, even if you don't know them well.
Attend tech events/user groups....
July 16, 2009 at 6:53 am
jcrawf02 (7/15/2009)
Steve Jones - Editor (7/15/2009)
]
Grant Fritchey (7/15/2009)
--------------------------------------------------------------------------------
My Twitter account just got...
July 15, 2009 at 6:54 pm
Grant Fritchey (7/15/2009)
My Twitter account just got suspended for suspected abuse. I wasn't abusing anything. This stinks. According to the documentation, they can suspend it for up to 30 days.
Uh-oh,...
July 15, 2009 at 1:42 pm
First you create your datasets like Products, ProductType, ProductName. Then in the ProductType dataset you put a parameter in the SQL for your ProductID. and then the same...
July 15, 2009 at 9:53 am
I have to agree with Steve on this one. I think the rules change a bit when working on a shrink-wrapped or commercial product, but for in-house development you...
July 15, 2009 at 9:36 am
I believe you are correct. It is the sp_ that causes SQL Server to look in master first, but, imo, you really don't need to prefix stored procedures and...
July 15, 2009 at 9:15 am
You design reports using Business Intelligence Design Studio (BIDS) which is included in the SQL Server 2005/8 client tools install, or if you already have VS 2005 installed it adds...
July 15, 2009 at 9:10 am
Here's what you need:
with Dups
as (SELECT
...
July 15, 2009 at 9:00 am
Can you post table definitions, some sample data, and the expected/desired results from the sample data? The first article linked in my signature explains how to do this and...
July 15, 2009 at 8:55 am
Can you post some sample data? Please see the top article in my signature for how to post the sample data.
July 15, 2009 at 8:43 am
Oops, you are correct, I only verified the rows returned and the 1st 2 columns assuming I had the others correct. Boy, I wish 2000 had row_number().
July 15, 2009 at 8:05 am
Sorry, permissions for running Profiler/Trace are at the server level and cannot be assigned or revoked by database. Pre-2005 you would need to be sysadmin, post-2005 you can assign...
July 15, 2009 at 7:24 am
I would say that LeeM's suggestion is the only way to make it happen. Since the ID's can be in any order you need some kind of indexer to...
July 14, 2009 at 2:23 pm
Jan Van der Eecken (7/14/2009)
July 14, 2009 at 1:26 pm
The best way to do it is to allow a person to edit a record (a record may be more or less than a row in the database) in the...
July 14, 2009 at 12:31 pm
Viewing 15 posts - 4,696 through 4,710 (of 9,643 total)