Viewing 15 posts - 21,436 through 21,450 (of 59,072 total)
elee1969 (2/26/2015)
Is using Ragged Right adding another column?
What's preventing you from trying it to see?
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2015 at 5:09 pm
There's no question here. The third select on the original post shows the set-based replacement for the cursors. The title truly reflects what was posted... it's an example....
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2015 at 5:03 pm
Moin Ul Haque (2/26/2015)
Jeff Moden (2/25/2015)
Moin Ul Haque (2/25/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2015 at 5:00 pm
Steve Thompson-454462 (2/26/2015)
Jeff Moden (2/24/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2015 at 3:46 pm
Lynn Pettis (2/25/2015)
And for the geeks out there:
......
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2015 at 9:56 pm
ibbo14 (2/25/2015)
They need to be grouped by range specific to the alpha numeric part, which can vary within the same despatch.
Will the alpha-numeric part ALWAYS be 3 characters starting at...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2015 at 9:02 pm
johnnycougar (2/25/2015)
If I could get some assistance to figure out how to update this temporary table, I can handle the rest downstream.
Not entirely true for what you need...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2015 at 5:08 pm
Dan121 (2/25/2015)
did this: exec sp_spaceused 'AdventureWorks.person.address' still not working 🙁
Heh... what does that mean? "Still not working". Are you getting an error? What are the symptoms?
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2015 at 4:37 pm
kennyhuang0108 (2/24/2015)
Hi Jeff,I need to output to text file so that another department can upload to its DB and migrate to another system.
That is the whole project about.
Thanks.
If...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2015 at 4:32 pm
Tara-1044200 (2/20/2015)
partitioned tables using enterprise 2008.
The proper way to do it would be to SWITCH out the month(s) of data that you want to delete, drop the switched out table(s),...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2015 at 4:24 pm
fdthompson35 (2/25/2015)
personid
personnum
fullnm
we want the following field from the ASSIGNPAYRULE TABLE
payruleid
where the personid from the PERSON table = the employerid in the...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2015 at 2:40 pm
Brandie Tarvin (2/25/2015)
I...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2015 at 1:56 pm
SQLBill (2/25/2015)
Jeff Moden (2/24/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2015 at 1:53 pm
Grant Fritchey (2/25/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2015 at 1:48 pm
As a bit of a sidebar, I can't figure out why anyone would allow a DIF backup to continue during a PIT Restore.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2015 at 11:50 am
Viewing 15 posts - 21,436 through 21,450 (of 59,072 total)