Forum Replies Created

Viewing 15 posts - 31 through 45 (of 82 total)

  • RE: Which country is best for Outsourcing?

    Guys this is funni,

    I thought Obama will be bringing big time change. I voted for him. The very first thing i expected him to do is stop outsourcing or...

    :crazy: :alien:

    Umar Iqbal

  • RE: Which country is best for Outsourcing?

    Doc,

    I need to know this myself how can you stop companies from outsourcing. IBM recently fired 5000 US employees this thursday and hired 5000 in INDIA.

    I think if...

    :crazy: :alien:

    Umar Iqbal

  • RE: Log Shipping: setup question

    yes for me it works fine. 1 job on primary and 2 jobs on secondary.

    ok when you setup jobs. do they run fine like does any of these jobs...

    :crazy: :alien:

    Umar Iqbal

  • RE: Server hanged while generating Snapshot

    Try not to run snapshot agent. I never do since it takes lots of resources. Alternatively

    I backup and restore database to make them in synch .

    once in synch i setup...

    :crazy: :alien:

    Umar Iqbal

  • RE: restoring a table from a temp table

    lowell script is fine you just need to introduce conditional clause in case other ppl are inserting at the same time you are inserting.

    :crazy: :alien:

    Umar Iqbal

  • RE: When sql account was created?

    select * from master..syslogins

    :crazy: :alien:

    Umar Iqbal

  • RE: Log Shipping: setup question

    Hi ,

    when u say wizard. what you mena by that . i setup like this.

    right click database--> properties---->Transaction log shipping --> fill up banks there.

    did you created shared folder on...

    :crazy: :alien:

    Umar Iqbal

  • RE: Problem with remote connections and error 1326

    try ping from your machine.

    just a stupid idea but make sure your id is in sql server.

    you can try one thing. try connecting osql from your machine

    :crazy: :alien:

    Umar Iqbal

  • RE: Identfying long running queries in SQL 2000.

    dbcc opentran will tell for oldest open transaction.

    look for last_batch and status

    then runn dbcc inputbuffer(spid)

    to see whats it running.

    :crazy: :alien:

    Umar Iqbal

  • RE: SQL Server 2005 Activity Monitor

    use sp_who2

    activity monitor is slow. look for block by for any blocking

    :crazy: :alien:

    Umar Iqbal

  • RE: Migrating 32-bit SQL to 64-bit SQL - Any issues?

    32 bit driver for oracel and syabse would not work here. if you are replicating data to or from other platform.

    :crazy: :alien:

    Umar Iqbal

  • RE: Migrating 32-bit SQL to 64-bit SQL - Any issues?

    memeoy configuration and drivers if you are usiing linked server. there are seperate drives for 64 bit. other than that it should not give trouble

    :crazy: :alien:

    Umar Iqbal

  • RE: Delay processing the Query ...

    make sure you are updating stastistics. make sure no indexes were dropped by mistake or reindex table that involve.

    you cna also run priler to check at what step its...

    :crazy: :alien:

    Umar Iqbal

  • RE: Problem with remote connections and error 1326

    what port. are you mentioning port number in connection string.

    also try this. instead of server name uset this

    ipaddress,port number

    or

    instance name,port number.

    make sure you setup port static many...

    :crazy: :alien:

    Umar Iqbal

  • RE: Restore

    weired. why you want to restore tempdb. was you put critical user data in it???

    :crazy: :alien:

    Umar Iqbal

Viewing 15 posts - 31 through 45 (of 82 total)