Forum Replies Created

Viewing 15 posts - 256 through 270 (of 790 total)

  • RE: Problem with Profiler

    No, I have installed just the Oracle 8i for the Application but it doesn't cause the problem because it works till before some update so after these unremembered updates it...

  • RE: jobs

    Don't do double post, all reply's should goes here

  • RE: jobs

    Don't do double post, all reply's should goes here

  • RE: jobs

    Don't do double post, all reply's should goes here

  • RE: To Calculate second sunday of th particular month

    Let say that the first Sunday of this year is 04/01/2009 ( date format is dd/mm/yyyy)

    And the secondary you should have Tally Table ....you can find here http://www.sqlservercentral.com/articles/T-SQL/62867/

    [/url]

    After you create...

  • RE: Do you consider yourself a Senior DBA

    Yea nice question and nice explanation from your point!

    I agree that no Junior or Senior DBAs, sure that I meet someone who has over 5 years and they don't know...

  • RE: Guide to MCITP: SQL Server 2008 Developer

    Very nice infos ...

  • RE: AutoMatic Backup

    Jeffrey Williams (8/10/2009)


    SQL Server Maintenance Plans - schedule using SQL Server Agent

    SQL Server Integration Services - schedule through Windows Task Scheduler or SQL Server Agent

    SQL Server Agent Jobs

    Windows Task Scheduler...

  • RE: MCDBA OR MCTP

    You should go for MCTS then you should continuewith MCITP.

    No more need for MCDBA! All of them who has passed the MCDBA must be upgraded to MCITP (DBA and DBD)....

  • RE: Dedicated Administrator Connection - SQL School Video

    Nice Explanation here Andy!

    In SQL Server 2005 we have GUI to configure DAC, so in SQL Server 2008 this GUI is gone, it must be configure with T-SQL!

  • RE: There is no row at position 0.

    vishalsheth9 (7/7/2009)


    I had the same problem and was solved by executing the u_tables.sql

    I think I accidently ran the delete/truncate script (using cursor) on the master DB and the problem started...

  • RE: Transaction log reader

    MarkusB (7/3/2009)


    Dugi (7/3/2009)


    You can do it with third party tools, like RedGate Log rescue, Apex SQL, etc etc ...you can find many of them in the Internet!

    Just keep in...

  • RE: Transaction log reader

    You can do it with third party tools, like RedGate Log rescue, Apex SQL, etc etc ...you can find many of them in the Internet!

  • RE: how to alter the primarykey column

    As Lynn Petis said, very simple:

    DBCC CHECKIDENT (YOUR_TABLE_NAME, RESEED, 0)!

    Or if you plan to delete all data in your table, you just Truncate the table and the Identity value will...

  • RE: Data Type

    Ok! Now we have choice to separate date from time declaring them as independent data types, but must have some care during development level that the date to be or...

Viewing 15 posts - 256 through 270 (of 790 total)