Viewing 15 posts - 91 through 105 (of 349 total)
HI,
In enterprise manager expand till tables and right click and select export data.
In DTS wezard u can select the source and destination and number of tables u want to transfer.
HTH
from
Killer
March 16, 2006 at 8:12 am
Hi,
I solved the error of remote connection by removing the instance name string from the named pipe string.
but still now i am not able to use BCP utility.
Pls help
from
Killer
March 15, 2006 at 1:17 am
hi.
this is not what i need.
i need a query that will give me the record starting with E.
from
killer
March 14, 2006 at 6:20 am
Hi Bill,
I create a stored procedure and scheduled a job to reindex the indexex.
I scheduled the job twice a month.
I know the time the reindex in progress user cant use...
March 14, 2006 at 2:37 am
SOrry I dont know why some other user name is attached to my user name.in the post
Dear Sisi,
I checked the Statistics it is ok as i scheduled a job...
March 9, 2006 at 9:23 pm
I want to know how often u need to copy the tables data from source to destination.
Then the position will be clear.
from
Killer
March 2, 2006 at 9:57 pm
dear ,
If u want to backup the database to a network drive then u have to backup the database through code or from the database maintinance plan.
U should have domian...
March 2, 2006 at 9:52 pm
dear ,
If u want to backup the database to a network drive then u have to backup the database through code or from the database maintinance plan.
U should have domian...
March 2, 2006 at 9:52 pm
hi.
save u file with the extension .bat.
and try again.
from
killer
March 2, 2006 at 9:46 pm
hi,
may this give u a way.This is a script to generate automated passwords.
from now u want to change the password for 100 user.
create a stored procedure which will change the...
March 2, 2006 at 9:43 pm
Hi,
For currepted table tranfer the Table Design and data to text file and then use DTS for ETL Process.
Killer
March 1, 2006 at 9:10 pm
Hi,
Backup Log <database name> with truncate_only
DBCC shrinkfile(Logical file name of log fiel,size u want to shrink)
For future set a Database Optimization Plan which will shrink the file after the backup is...
March 1, 2006 at 9:07 pm
Hi,
Create a linked server and execute the query using the (linked server name).
ex: select * form [192.168.1.14].databasename.dbo.tablename
u can also use select * into tablename from [192.168.1.14].databasename.dbo.tablename
from
Killer
February 28, 2006 at 8:39 am
Hi,
U can perform this task through DTS package of Sql Server.
U can connect to ur Oracle server and tranfser all the tables.But let oracle create the table in the SQL...
February 27, 2006 at 7:47 pm
Hi Nitin ,
If u had looked into the question then u might not give me an answer as u had given me.
You need to modify boot.ini by /PAE switch
February 24, 2006 at 8:29 pm
Viewing 15 posts - 91 through 105 (of 349 total)