Viewing 15 posts - 42,796 through 42,810 (of 59,067 total)
jqd2001 (7/22/2009)
Unless it has to do with effecient RegEx, I've not known that to be true. It would be interesting to try to solve your problem with a T-SQL...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 22, 2009 at 10:25 pm
frecal (7/22/2009)
that would be the correct way of recording it but probably over kill for what i am needing it for.
I am working on a data linkage project and...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 22, 2009 at 10:12 pm
Remove all of the WITH hints except for the Fill Factor.
I can't believe this isn't handled automatically when you tell it to gen the script as SQL Server 2000.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 22, 2009 at 9:52 pm
There are a whole lot of split functions... with extremely rare exception, if it uses a While Loop, it's slow. Don't even look at one that uses an XML...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 22, 2009 at 9:48 pm
There are two basic types of DBA's and they've both been described in this thread. Big corporation or small, these two types of DBA's can and do exist. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 22, 2009 at 9:39 pm
John Rowan (7/22/2009)
Create a Data Flow with the following contents:
1. Flat File Source adapter to get your file info into the data flow.
2. Lookup Transform. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 22, 2009 at 9:32 pm
To the best of my knowledge, you can't. You can certainly use SSIS or DTS to transfer tables and data, but some of the datatypes won't be what you'd...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 22, 2009 at 9:26 pm
SQL Guy (7/22/2009)
In my script, the execution plan chose index seek in one case, but I want to test it with scan without changing the index itself (because I have...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 22, 2009 at 9:18 pm
Lynn Pettis (7/22/2009)
Why? Seeks are faster than scans.
Heh... because "A developer must not guess... a developer must KNOW." 😉 It'll be a nice test.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 22, 2009 at 9:17 pm
Folks are making it pretty hard on themselves for such a simple thing...
Just go to the DESIGN mode for the table and make whatever changes you need to. Obviously,...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 22, 2009 at 9:15 pm
On second thought, UNPIVOT is a real PITA to code dynamically. Here's a much simpler method that you can use. I've got it setup to do an existing...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 22, 2009 at 9:01 pm
lpatrick (7/22/2009)
My next question is how I get the column name to put in the 'unpivoted' data.
And nextly (I think this is an...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 22, 2009 at 7:33 pm
. (7/22/2009)
seems a tad mean
Yeah I know, but it took me literally under 1 minute to convert his table2 post into real code that I could work with. The...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 22, 2009 at 10:51 am
ChandraMohan Nandula (7/22/2009)
I know that this is not the correct format to post.
Heh... since you don't care, neither do I. Have a nice day. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
July 22, 2009 at 10:44 am
chandrika5 (7/22/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 22, 2009 at 10:37 am
Viewing 15 posts - 42,796 through 42,810 (of 59,067 total)