Viewing 15 posts - 271 through 285 (of 319 total)
Jeff Moden (3/31/2008)
Ahmad Osama (3/27/2008)
souLTower (3/27/2008)
-- Remember to use procs to eliminate SQL injection
SELECT cid from CompanyNames where cname...
March 31, 2008 at 1:02 pm
dragos_sv (3/31/2008)
but if you still want to run...
March 31, 2008 at 4:42 am
Chris Morris (3/28/2008)
March 28, 2008 at 1:56 pm
souLTower (3/27/2008)
-- Remember to use procs to eliminate SQL injection
SELECT cid from CompanyNames where cname =
One project...
March 27, 2008 at 1:24 pm
Hi,
I want to check a user inputed company name with that of company that exist in our database in order to determine whether the user given company already exist in...
March 26, 2008 at 10:58 pm
Told ya' so .... *grin*
😛
Thanks.....:cool:
though it will take time than other options but ..it is da only one...:)
March 26, 2008 at 1:07 pm
How are you getting on with this, Ahmad? It would be interesting to hear which method you finally chose and how you fared with it 😀
Cheers
ChrisM
I have chosen reporting services..reason...
March 26, 2008 at 11:44 am
mrpolecat (3/26/2008)
March 26, 2008 at 11:34 am
Karel Walda (3/13/2008)
My guess / suggestion would be DTS Package;
Do you have any logic to support your answer :hehe:
March 25, 2008 at 5:11 am
Thanks chris.. y dont u write an article for the same....:)
March 19, 2008 at 11:33 am
Hi All,
That's gr8..We now have 4 ways to schedule the data extraction :-
1) DTS
2) Stored Procedure
3) Macros linked with Views
Will you guys help me to identify pros and...
March 19, 2008 at 12:12 am
Hi Chris...I've used the same code that I showed.Well....I've to figure out the problem ..wish me luck 🙂
do u have any solution...
March 18, 2008 at 10:12 am
try this ..
spExecute_ADODB_SQL @DDL='Create table CambridgePubs
(Pubname Text, Address Text, Postcode Text)',
@DataSource ='C:\CambridgePubs.xls'
I have excel installed on my server ....I am unable to understand what's the problem...
March 18, 2008 at 3:36 am
Hi Chris,
I copied and executed the code that was at the specified url (shown below), I am getting the error "Msg 50000, Level 16, State 1, Procedure spExecute_ADODB_SQL, Line 53...
March 18, 2008 at 12:09 am
Thanks chris..
Where will I get an article on reporting services....
March 16, 2008 at 12:18 pm
Viewing 15 posts - 271 through 285 (of 319 total)