Viewing 15 posts - 271 through 285 (of 1,186 total)
Change your ON Statement to derivedtbl instead of tbl_photo_comments. Also, I don't think once you do that that your code will work. You are attempting to join on Photo_id but...
June 17, 2005 at 5:28 am
What are you trying to accomplish by this? MSDE is for development and NOT PRODUCTION.....
June 17, 2005 at 5:24 am
How long do the individual queries take? What is the expected run time agreement for the customer? What happens if 1 query fails but all the others work?
June 17, 2005 at 5:22 am
Sounds like whatever login you are using (or attempting to use) doesn't have the proper permission to update the Registry. I would get with your security folks and make sure...
June 16, 2005 at 10:38 am
Ok. <setting down soapbox>, <getting on soapbox>, <deep breath>...
Q. WHY do you need the new column in the middle of your table? A. Because someone wants to see it that...
June 16, 2005 at 5:26 am
I think it might help if you posted WHERE this position is...
June 15, 2005 at 6:07 pm
Another reason for the # of records to go up is that NOT all of the records from table B have a Y flag. It stands to reason that...
June 15, 2005 at 6:06 pm
so YOU are the reason I was soggy last week. I was blaming my mom for flying in. I live in Tampa
June 15, 2005 at 5:25 pm
Remi,
We had a developer (no longer with us) that coded a WHERE Statement (PARTIAL portion) to be WHERE fieldx 'D'. We app. passed a data amount (now...
June 15, 2005 at 5:23 pm
Whatever custom permissions you set I would script out. This way when you patch you can re-apply them. Patches drop\replace system items and there is no way to prevent this...
June 15, 2005 at 3:01 pm
#1 grab a test machine that you can destroy
#2 after you have wrestled it to within an inch (centimeter) of it's life getting it set-up for your use try
#3 Install...
June 15, 2005 at 2:35 pm
When you CAST'ed the DATETIME you lost the seconds. You cannot get them back from already CAST'ed values. However, Try this conversion for FUTURE date conversions IF you need seconds... ...
June 15, 2005 at 2:32 pm
I would do the following PRIOR to going down that path:
1. Have the customer run CTRL+L with the guts of the SP in QA. This will show the "estimated" execution...
June 15, 2005 at 10:00 am
Viewing 15 posts - 271 through 285 (of 1,186 total)