Viewing 15 posts - 166 through 180 (of 306 total)
Thank you for your nice explanation the reason why i ask this kind of question is that when i used xp_smtp_sendmail it is in dll form and is added as...
February 4, 2008 at 3:26 am
when you say object name did you check not only tables but also views and store procedures? Dont know if this will help but you can try it anyway
--CREATE TABLE...
January 31, 2008 at 8:05 pm
What i think of is to create a login user for that 3rd party database only (depends upon you what they can/can't access) and when they register the server using...
January 30, 2008 at 8:52 pm
Did you restart the server after you used sp_dropserver and sp_addserver?? because i think the changes will take effect after you've restart the server
January 30, 2008 at 8:39 pm
sorry for the inconvenience guys there has been a problem posting the script because it outputed in only 1 line please try the script below and message me if its...
January 27, 2008 at 5:41 pm
Jeff Moden (1/22/2008)
Lester Policarpio (1/22/2008)
Just like human torch said "Flame On!!!!" peace to all :):D
It was a real life coach... I think Karthik can go a long way if he...
January 23, 2008 at 2:12 am
Just like human torch said "Flame On!!!!" peace to all :):D
January 22, 2008 at 5:31 pm
correct me if im wrong if you are running this query:
INSERT INTO OPENROWSET('Microsoft.Jet.OLEDB.4.0', 'Excel 8.0;Database=C:\Test.xls', 'SELECT * FROM [Sheet1$]')
SELECT * FROM Table1
it means that you need to create test.xls in...
January 21, 2008 at 6:58 pm
Just be sure there are no scripts, procedures views etc in relation to the old name if you want to rename it because it can cause the script, sp ,views...
January 21, 2008 at 6:40 pm
Thanks for the response... So thats the only way to trace an alteration in a table??
January 17, 2008 at 3:59 am
Actually i made 1 script that will do what i need it is just that the backup to another server is my issue but anyways i can manually do the...
January 7, 2008 at 5:33 pm
Thanks for the quick replies just thought of making a script that do all the jobs like:
1. backup databases from a server to another server
2. restore databases
3. Create server/database user/log-ins
4....
January 6, 2008 at 11:18 pm
You can also use sp_makewebtask
exec sp_makewebtask @outputfile = 'C:\mypath\lester.xls',
@query = 'select * from table',
@colheaders =1,
@FixedFont=0,
@resultstitle= 'My Title',--Name...
January 6, 2008 at 8:53 pm
Thank you very much so dumb to ever think of it hehehehe
January 3, 2008 at 10:09 pm
Thanks for the responses really this article is great i just adapted the sp_makewebtask and it works perfectly..
January 3, 2008 at 5:09 pm
Viewing 15 posts - 166 through 180 (of 306 total)