Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: parsql
  • Content: Threads
  • Order by date
  1. parsql

    cleanup History in SQL 2005

    Hi all, I am trying to have Maintenance plan to work for me to clean or delete Backup which is two days old but the clean up history part of plan doesn't work at all it does cleans history of job, and other thing but not deleting the file of backup(test.bak) is there other way to work on...
  2. parsql

    MSDTC error

    Hi all, I am getting this error while firing trigger on over the linked server. I am creating trigger on SQL 2000 database and have linked server (SQL 2005) . I am createing trigger and i am calling insert statement to insert value in SQL server 2005 table!! the error is: [OLE/DB...
  3. parsql

    Job Scheduling to DTS!! Confusing!!

    Hi all, I am trying to create scheduled job for DTS. I have created new DTS in SQL 2005 but not able to create job out of it. I tried creating Credential and then to create proxy with this: Use master CREATE CREDENTIAL [MyCredential] WITH IDENTITY = 'yourdomain\myWindowAccount', secret =...
  4. parsql

    Cursore declared error in SQL 2005

    Hi all, I am getting this error on SQL server 2005. I have SQL 2005 with sp1 and i am keep getting error while log in to application that connects to the database Thanks
  5. parsql

    avoid Blocking?

    hi all, I just wonat to find out that how can i avoid having block on system? I tried alert but would like to avoid better way and also want to reduce the blocking on the DB at least? suggestion please.. thanks
  6. parsql

    help! please

    OLE Automation objects are not supported in fiber mode. [SQLSTATE 42000] (Error 8149). The step failed. Please help!!! Thanks
  7. parsql

    12 month data

    Hi all, need help to figure out that how can i get last 12 month of data for any given date. i have start and end date. should i do like datediff(mm, 12, getdate()) ?? thanks
  8. parsql

    OCP-- Funda II (1Z0-032)

    Hi all, I am trying to study for the Fundamental II. does any one has latest pratice test or dumps that i can refer to please Thanks
  9. parsql

    replication question

    Hi all, is it possible to set up the transaction replication without having down time because i tried creating but when it runs initial snapshot it takes long time due to around 4 Millions records on the single table!! is it possible create without having down time for users to work on db...
  10. parsql

    logshipping problem

    The log shipping source (local).test has not backed up for 325 minutes.. this error is getting in server log!!! how can i solve this now!!! thanks Thanks!!
  11. parsql

    log shipping error in SQL 2000 Ent. Edi.!! Help

    Hi why i am getting this error after i create the plan to do logshipping!! after i create plan and when it try to run the full back up then initialization it givs me error saying that: Error 14426: A log shipping monitor is alread defined. call sp_define_logshippping_monitor with...
  12. parsql

    Reporting Services

    How can i obtain the SQL Reporting Services and install to create reports? is there a site that ican download from? Thanks
  13. parsql

    Reporting tools

    Hi all, how can i get SQ reporting Service Tool to download. any site please!! thanks
  14. parsql

    multiple query result

    declare @cmd as varchar(4000) set @cmd = ' select count(ID)FA00100_count from test1 go select count(ID) IV40400_Count from test3 go select count(ID)POP10100_count from test4 ' exec master.dbo.spSQLSMTPMail @vcTo = 'test@test.net', @vcSubject = 'Record Count',@vcQuery = @cmd when i try to...
  15. parsql

    ODBC Vs. Ole

    Which one is better ODBC or OLE to connect Oracle Database? Thanks
  16. parsql

    problem in retriviving data through DTS

    Hi all, I am trying to get data through DTS and after transfering around 651K it gives me Exception Access Violation and it fails to transfer data there is more than millions records in the table!! what is the solution for this please!!!!
  17. parsql

    Replication or DTS to Oracle from SQL 2000 / 2005

    Hi all, How can i set up replication from SQL to Oracle!!! also if possible to schedule DTS that will transfer data from SQL 2000 to Oracle!! Thanks
  18. parsql

    what does this means and possible solution for it

    Autogrow of file 'test_Data' in database 'test' cancelled or timed out after 29641 ms. Use ALTER DATABASE to set a smaller FILEGROWTH or to set a new size.
  19. parsql

    SQL Back up Problem

    My SQL back up fails and does not back up any database, it starts working after restarting the server? it also states that downgrading back up buffer from 960K to 64 K Any solution Please.!! Thanks
  20. parsql

    users in SQL server? urgent plz!!

    Hi all, I reattached database from on server to another server but need to transfer users too? which way i can do that? do i have to restore master for that?

Part and Inventory Search

Back
Top