Viewing 15 posts - 1 through 15 (of 45 total)
Write a vbScript or power shell script to create a FTP script file and invoke http://FTP.exe on the file. You will need to set up the FTP site...
March 17, 2010 at 12:52 pm
Although it is deprecated, the DBCC DBREINDEX should work.
http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=474589
Robin HC
January 12, 2010 at 2:29 pm
maybe ...
[font="Courier New"]set @strSQL='SELECT POL_NO AS ''Policy''
,Name
,AGY_NO AS ''Agency''
,Initials
,cast(Code as varchar(' + cast(@CodeLen as varchar) + ')) AS ''Code'' --ERROR
,Method
,createdOn AS ''Received Date''
FROM History_temp'[/font]
June 25, 2009 at 2:45 pm
Will you script out your trigger code so I can have a look at it? Also, you could put something simple in the top of the trigger too eliminate...
May 26, 2006 at 8:44 am
How does the application authenticate to the database? Perhaps you are authenticating as some other users that does not have execute rights to the xp_sendmail stored procedure.
May 25, 2006 at 7:30 am
I want the developer of the package to be able to connect to the integration server from his desktop and monitor the processing of the...
December 22, 2005 at 11:44 am
Brian
Who is the owner when you use ".." like the example?
CREATE VIEW dbo.agencytest
SELECT
account_id,
language_cd,
last_update_ts
FROM dbtest..table(NOLOCK)
December 22, 2005 at 7:09 am
If the base tables and view have the same owner, it should work.
December 21, 2005 at 3:54 pm
I was able to get close to what I wanted by sorting on the number of relpys in ascending order. It will do.
August 16, 2005 at 4:12 pm
Log onto your database server using the same account that you use for the SQL Server service. Now run the DTS and see if you get any errors. Also, check...
August 16, 2005 at 8:24 am
Not enough reports. It has great online screens and graphs. But to get the reports I needed - I would have to do screen shots and paste into Word....
December 16, 2004 at 7:42 am
I also looked at this product. It was one of my favorites, but the reporting was very weak. I need more printable reports to calm the anxieties of everyone...
December 15, 2004 at 2:50 pm
ok,
this is it.
I need to get the user inputs for the post code formats and phone no format. depending on that I need to create scripts for the...
November 9, 2004 at 2:53 pm
Could you use a trigger and pull the valid values from a lookup table.
November 8, 2004 at 8:19 am
We run a 3rd party app that will guarantee support to there product if we upgrade to SQL Server 2000. We run other apps on the same server that...
May 24, 2004 at 8:37 am
Viewing 15 posts - 1 through 15 (of 45 total)