Viewing 15 posts - 53,266 through 53,280 (of 59,072 total)
First of all, I'd like to appologize to Jeff and those that were misled to beleive that I am the other guy. I am the poor sod who has...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2007 at 4:49 pm
Yes... just change the synonym to point to the correct table.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2007 at 4:43 pm
And PLEASE do NOT double post... it wastes everyone's time and it's not like we're getting paid for it 😉
http://www.sqlservercentral.com/Forums/Topic437238-150-1.aspx
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2007 at 4:40 pm
It's not nice to double post... and I already gave you the answer... according to the proc you posted, only the UserID has a default associated with it. Please...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2007 at 4:38 pm
Thanks, Jason...
Funny about these free offerings, though... they teach all of the bells and whistles on the new product (ie. Propaganda 😉 ), but they never teach folks how to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2007 at 4:35 pm
What would you have the cursor or While loop do in a test? I think they'll come out the same but I'm not sure so, you know me, I'll...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2007 at 4:26 pm
how can i keep track of which table synonym TableA is currently pointing to?
How does a database keep track of anything? Table. Create a new table to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2007 at 4:21 pm
that these were not GUI applications that were loading these tables, but some sort of machine-driven data entry
Doesn't matter... same idea. Data is being added at a decent rate...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2007 at 4:19 pm
The parameters are defined in the report parameters with the default value.
No they're not... only the UserID parameter has a default on it.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2007 at 4:14 pm
Damon is spot on... don't drop the user immediately... just disable it.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2007 at 4:12 pm
This snippet was created and posted by someone else who frequents this site. I wish I could remember who to give them credit.
Thanks for the compliment, Joel... nice to see...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2007 at 3:57 pm
That's nice... But the OP did say "Unfortunately the only tool available to me right now is sql server 2005. How can I achieve this ?" I'm pretty sure...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2007 at 3:17 pm
This should do it, Mike...
SELECT *
FROM yourtable
WHERE ISDATE(LEFT(yourcolumn,4))=1
AND yourcolumn LIKE '[0-9][0-9][0-9][0-9]-[0-9][0-9][0-9][0-9][0-9]'
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2007 at 3:15 pm
Huh? I must be missing something there...If you only want them if they have "4" for "posuf", then I'm thinking that you need to say that somewhere in the...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2007 at 3:11 pm
Heh... Happy New Year to you to... you should make a good resolution... repeat after me, please... "I will NOT use cursors for simple set based problems." 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2007 at 2:59 pm
Viewing 15 posts - 53,266 through 53,280 (of 59,072 total)