Viewing 15 posts - 106 through 120 (of 1,085 total)
Do you have a database backup? I take it there is no version control on your SP's, hence no old version saved?
October 3, 2006 at 12:55 pm
First, I do not understand how this works if the UDF will not allow dynamic queries...?
SELECT DISTINCT CategoryID, QCategoryName
October 3, 2006 at 12:53 pm
You may want to make a reference table for the possible code selections, (or if you have one, add another column) and you can select from that table inside the...
October 3, 2006 at 12:16 pm
Try this:
DECLARE @Task TABLE( PK integer IDENTITY(1,1),
Last_Name varchar(10),
First_Name varchar(10),
Task_Number integer,
Detail_Action_Date smalldatetime)
INSERT INTO @Task
SELECT 'Jones', 'Rod', 2000, '09/29/06' UNION ALL...
October 3, 2006 at 10:12 am
I'm grasping at straws here too, but can you add one row to PH2007 and see if that works?
October 2, 2006 at 3:07 pm
Have a great weekend you bunch of trouble makers!
September 29, 2006 at 2:35 pm
NOT TOUCHING THAT ONE!!! He could slam three floors down just with an UPDATE statement...
September 29, 2006 at 11:39 am
Again, Sushila, I think your vault may getting too big!
Is the clone sayin' it's sane? Or is this some religious connotation?
September 29, 2006 at 10:45 am
I have no idea what this means? Do you understand, "Fiesty Sushila"?
September 29, 2006 at 9:00 am
Well, he is fiesty like the ol' RGR'us.... I dunno. Maybe too much time on the keyboard has affected his brain... Or maybe its a clone and they made an...
September 29, 2006 at 7:48 am
Glad to see things are back to normal and everyone is complimenting one another...
(Ninja was semi-explained on another post, but I do...
September 29, 2006 at 5:12 am
I can read, funny guys! You can quit talking about me in the 3rd person...
(and...
September 28, 2006 at 3:38 pm
Do you have to UPDATE? Can you TRUNCATE DB1.dbo.t1 and re-populate it with the tempDB.dbo.T1Temp data, (although I'm not sure why this is coming from tempDB)?
September 28, 2006 at 3:27 pm
Wait a minute! Does that mean that I have to put "bulldozer" in my resume?
September 28, 2006 at 2:18 pm
Viewing 15 posts - 106 through 120 (of 1,085 total)