Viewing 15 posts - 5,071 through 5,085 (of 5,394 total)
GilaMonster (6/29/2009)
June 29, 2009 at 8:19 am
lmu92 (6/29/2009)
I'll do it, assuming you're covering travel and accommodation costs as well. 😀
I'm still offering 5 dollars, better than nothing.
Anyway better than "I want (you) to cut my grass"!!:-P
June 29, 2009 at 6:07 am
Gianluca Sartori (6/29/2009)
lmu92 (6/29/2009)
Referring to the original purpose of The Thread:Any consultant around ready for some charity work?
This one is perfect for Wayne 😀
By the way, I still need somebody...
June 29, 2009 at 3:21 am
lmu92 (6/29/2009)
Referring to the original purpose of The Thread:Any consultant around ready for some charity work?
This one is perfect for Wayne 😀
June 29, 2009 at 3:19 am
I think you can't avoid using dynamic SQL.
Well, if you run this statement directly from the program code, it IS dynamic SQL, so you could test for the column...
June 26, 2009 at 8:55 am
You can use ADO or DAO in Access. It only depends on the references you add to the Tools-->References menu in the VBA menu bar.
See this for more info: http://msdn.microsoft.com/en-us/library/aa164825(office.10).aspx?ppud=4
MyConnection...
June 26, 2009 at 7:49 am
You could also create synonyms in db1 for the tables in db2.
I don't like this solution anyway, it's not very clean.
June 26, 2009 at 6:24 am
You could loop through all views and replace db1 with db2 in the text returned by sp_helptext @viewName.To get an alter statement you will have to replace again CREATE with...
June 26, 2009 at 6:23 am
I had to code an application to do that. The app got through all sp and added a call to a logging procedure as first instruction.
June 26, 2009 at 6:15 am
Ok, I think I got it from Mike's reply. Your question is a bit hard to understand indeed.
You can work with a stored procedure as Mike suggested, or build a...
June 26, 2009 at 6:10 am
Exclusive locking applies only to modified rows. I suggest you UPDATE directly.
Regards
Gianluca
June 26, 2009 at 4:46 am
This is Visual Basic, I dont' understand what is your problem.
Can you provide more information?
What error are you getting?
Where does the error happen? Visual Basic or SQL Server?
June 26, 2009 at 4:44 am
Try adding the column and then running the create procedure, it should work.
Regards
Gianluca
June 26, 2009 at 4:41 am
It is really difficult to identify unused objects.
I applied many strategies and I still need to combine them all to be quite sure when I move away unused objects.
1)...
June 26, 2009 at 4:35 am
Viewing 15 posts - 5,071 through 5,085 (of 5,394 total)