Forum Replies Created

Viewing 15 posts - 2,986 through 3,000 (of 3,061 total)

  • RE: SSIS Where Clause w/ Date Functions

    Mazharuddin Ehsan (8/27/2008)This deficiency is removed in SQL Server 2008 which can store date ranging from 1st January 0001 to 31st December 9999.

    Boomer!... how about my 154BC records comming from...

  • RE: Oracle DB backup

    Michael Meierruth (8/28/2008)


    I know SYS and SYSTEM are like sa.

    Your crytpic response is creating suspense that's awesome.

    Can you be just a bit more detailed in your explanations?

    Cryptic? :w00t:

    In regards...

  • RE: Oracle DB backup

    Mazharuddin Ehsan (8/27/2008)[

    2. As a developer I find EXP and IMP a very handy 'backup'

    tool as it allows to take backup of selected objects in the...

  • RE: Oracle DB backup

    Michael Meierruth (8/27/2008)


    1- This doesn't work; you are importing nothing in your example.

    Either you did not or you are a liar.

    2- You do not want to exp/imp using SYSTEM account,...

  • RE: Oracle DB backup

    Michael Meierruth (8/26/2008)


    EXP SYSTEM/SYSTEM@ORCL FILE=c:\wherever\my.dmp LOG=%temp%\exp.log GRANTS=N OWNER=THEOWNER

    IMP SYSTEM/SYSTEM@ORCL FILE=C:\wherever\my.dmp LOG=%temp%\imp.log ANALYZE=N IGNORE=Y GRANTS=N FROMUSER=THEUSER1 TOUSER=THEUSER2

    1- This doesn't work; you are importing nothing in your example.

    2- You do not want...

  • RE: Time required to transfer 5lakh records from 1 schema to another schema in sql 2005

    Could you please define "5lakh"?

  • RE: connecting database from different location

    What do you mean by "connect"?

  • RE: How to move database into app_data?

    Glad it worked the way you where looking for 😉

  • RE: Database Recovery

    Look at the log.

  • RE: data archiving

    You may want to research table partitioning.

    Table partitioning allows for the fastest and cleanest way to achive data archiving and purging.

  • RE: Page file

    babloo.sqlnut (8/22/2008)


    what is a page file?

    Since there is not such a thing as a "page file" I would assume you are referring to pagefile.sys file which is a memory swap...

  • RE: To Create a function

    I want to know that is it possible to create a function by using

    insert,update,delete command?

    No.

  • RE: How to move database into app_data?

    1- Take a full backup of your database

    2- Script database creation

    3- Drop database

    4- Alter database creation script to point to APP_DATA or whatever place you like

    5- Run database creation script

    6-...

  • RE: numeric sort of a varchar field

    how about adding an ORDER BY clause to your query?

  • RE: Oracle DB backup

    I once experienced a serious bug in version 7.1.6

    Do you still remember something that happened on version 7.1.6? :w00t:

    Man, you have the memory of an elephant!... was it around 1995?

    Oracle...

Viewing 15 posts - 2,986 through 3,000 (of 3,061 total)