Forum Replies Created

Viewing 15 posts - 2,311 through 2,325 (of 2,462 total)

  • RE: Linked Server from SQL 2005 to SQL 2005

    please read below articel..you will idea to configure Linked server

    http://www.aspfree.com/c/a/Microsoft-Access/Configuring-a-Linked-Microsoft-Access-Server-on-SQL-2005-Server/5/

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Can i perform Data manipulation operation on Linked Server

    hi

    i m not sure about the error you got ...but seeing your script ..i found that

    u r not using full quoted identifier query

    like

    insert into [linked_server_name].[database_name].[dbo].[table_name]

    select * from...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Can i perform Data manipulation operation on Linked Server

    hi

    Insert into webdb.database_name.dbo.table_name

    seelct * from table

    this will work

    bhuvnesh

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: doubt about triggers

    Can u provide the trigger script and sample data from the table associated with that trigger...after that anyopne can porvide you better help 🙂

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: weird error occured while transferring SQl table intoAccess file

    can anyone provide any help !!!!!!!!!!!!!!!!!

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Linked Server behaving strange

    no buddy ......Nothing like that !!!

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Error,while inserting data into Excel from sql server 2005!!!!!!

    so i cannot insert that SQL table data into Excel(Placed at local drive)

    Am i right ?

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: database shrinking issue !!!!!!!

    Actually ,,,if i have a database with total size 100gb ,used : 87 gb and free 5 gb

    then

    i would shrink it upto 80 gb

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: database shrinking issue !!!!!!!

    Sorry i made a mistake i always do shrinking if datafiles

    but is the main issue if i shrink the data file the related log...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: database shrinking issue !!!!!!!

    yeah i do agree with ur points

    But the thing is that the kind of database structure we have ,on every release(on every 4 month) some tables are dropped ,some...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: How to restore singe table from complete database backup.

    only two ways are there

    1. database snapshot can help you if you have implemented that

    2. restore that database bak up with another name , transfer that tables by SSIS...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Store result in Variable of dynamic query

    hi ken,

    thanks it works:)

    but can u explain the whole scenario.

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Store result in Variable of dynamic query

    thanks

    but i cant take table variable or temp table ? i need to use local variable .

    but if atlast i go with local variable will there be performance difference...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: "Cursor operation conflict"

    thanks buddy it works !!!!!!!!!!

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: "Cursor operation conflict"

    hi mahesh ..iys not like that i have liniked the server buyt still this error occurs..

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

Viewing 15 posts - 2,311 through 2,325 (of 2,462 total)