Viewing 15 posts - 42,961 through 42,975 (of 59,063 total)
desktopteam (7/16/2009)
I am pretty new to sql in terms of updating or deleting databases. we currently use Symatnec antivirus and are noticing an increase in dupliacte computer names but they...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2009 at 11:40 am
Heh... nah... you and I both know... "It Depends". Test everything... leave little to chance.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2009 at 11:26 am
deewiley (7/16/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2009 at 10:43 am
Grant Fritchey (7/16/2009)
TheSQLGuru (7/16/2009)
I think we will have to disagree on this one. I estimate that 90+% of the time a user has a query with a date range...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2009 at 10:14 am
Heh... the devil's in the data. Thanks for the feedback. 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2009 at 10:01 am
ifila (7/16/2009)
I found the issue. It was NOT the delete SQL code !Thanks
Two way street here... what was the problem you found and how did you fix it?
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2009 at 8:22 am
Could it be that the problem is being caused by non-deterministic functions?
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2009 at 8:18 am
Heh... good luck... that doesn't help much on our end.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2009 at 7:40 am
Jeff Moden (7/16/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2009 at 7:27 am
One other thing you might want to take a gander at.... the wrong type of quotes have been used on the IFCode Shortcuts that have them. For example, ”sql”...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2009 at 7:24 am
I tried your code with the test data you previously posted. All seems well with the code. DECLARE @Table TABLE (id3 int, resume varchar(256), email1 varchar(256))
INSERT INTO...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2009 at 7:18 am
ifila (7/16/2009)
I am trying to generate...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2009 at 7:12 am
Heh... I have that very same problem when the caffeine levels are low.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2009 at 7:02 am
Grant Fritchey (7/16/2009)
Jeff Moden (7/15/2009)
Grant Fritchey (7/15/2009)
J.D. Gonzalez (7/15/2009)
Execution plans attached.
I'm sorry, but can you zip those up & reattach them. I'm having a hard time getting them to open...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2009 at 6:53 am
ahmad.ghazi (7/16/2009)
and i need to adjust identity ranges for this because i have set the...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2009 at 6:44 am
Viewing 15 posts - 42,961 through 42,975 (of 59,063 total)