Forum Replies Created

Viewing 15 posts - 46 through 60 (of 90 total)

  • RE: SQL 2008 R2 Database backup using maintenance plan

    Thanks it worked:-D, but my issue is that I have similar DB's & they backup okay on the default backup folder but only a few that was not going through....

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Granting SQL user account to a newly created Database

    Unfortunately the application has been hard coded to create certain accounts for it's own use but a sql connection account is used by SSIS that needs access to all those...

    It's better to fail while trying, rather than fail without trying!!!

  • RE: SQL 2008 R2 Database backup using maintenance plan

    I created a maintenance plan with Full Database backup, Maintenance Cleanup Task & Update Stats.

    Product version is Standard Edition 64bit R2

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Checking expiry dates in a table

    Thanks!!

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Can't Deploy AdventureWorks AS Database using Instances of SQL and AS SQL2008 DEV

    I found the solution to my problem. Changed all the sql service accounts except Full Text to Local System and on the properties of the cube on the deployment ==>...

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Passing a variable to a system function

    Thanks a lot for your help, the first script works perfect but the second script is failling with invalid object name #result

    Thanks

    It's better to fail while trying, rather than fail without trying!!!

  • RE: SQL Job

    I used tvantonder-992012 suggestions as posted, also checked the msdb.dbo.sysjobactivity table and i could see the job also joined the sysjob table to get the full desc of the job...

    It's better to fail while trying, rather than fail without trying!!!

  • RE: SQL Job

    Tx 4 yr help i'm sorted

    It's better to fail while trying, rather than fail without trying!!!

  • RE: SQL Job

    Pls see below script but was scheduled as a job to run every hour

    DECLARE @CallPresentIndicator Bit -- bit data type is to indicate true or false. 0 is "False" and...

    It's better to fail while trying, rather than fail without trying!!!

  • RE: SQL Job

    Tx, it's a sql script that execute a database mail command if the condition is not met, then sends me an email scheduled as a job but now the job...

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Auditing a Database/Table

    to write

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Auditing a Database/Table

    Okay, maybe it's me i need to create a trigger that will audit a table where transactions are inserted when a phone call is made, some times the buffer of...

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Removing trailing spaces

    Thx!!

    It's better to fail while trying, rather than fail without trying!!!

  • RE: SQL 2005 Dev setup is failing

    The solution to my previous problem

    I installed SQL 2000 DEV SP4, then upgraded to SQL 05 SP3 DEV

    All working super:-D

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Spliting different character lengths

    Hi Arun

    I have the below proc but the problem with proc when it does the insert on missing profiles step it's fails with duplicate key and i understand that, what...

    It's better to fail while trying, rather than fail without trying!!!

Viewing 15 posts - 46 through 60 (of 90 total)