Viewing 15 posts - 256 through 270 (of 349 total)
Hi Santosh,
If u really wanted to know how DTS package worked as what is the real syntex used to load the data.
Run Sql Profiler and run ur DTS package SQL...
September 14, 2005 at 8:22 pm
Hi Phill,
I think u did not understand what i asked for.
I know the about given information i can have all i asked for but u see what i asked for...
September 14, 2005 at 4:20 am
Hi,
what do u mean about seriousness.
Do this is the way u ask a person who need help?
Ok see this i tried but i am not able to get few things
SELECT...
September 14, 2005 at 1:55 am
Hi Phill,
What u think i am playing with sql server or i am joking.
DBCC PERFOM did not give all the information.
from
Killer
September 13, 2005 at 11:11 pm
Hi ,
u can use DTS package bulk insert task.
Create a sql server connection giving a sever name where u want to insert the data from bcp file and then select...
September 13, 2005 at 8:21 pm
Hi,
U can use dts package and u can set parameter by using bulk insert task.
hope thus help u.
from'
Killer
September 13, 2005 at 2:59 am
hi,
use DTS Bulk insert task there u can define ur format
from
doller
September 13, 2005 at 2:40 am
Hi,
use this to resolve ur error
use master
go
xp_grantlogin 'epg\killer'
go
xp_logininfo 'epg\killer'
go
from
killer
September 9, 2005 at 8:07 pm
Hi,
U can run profilor and see what process is taking time.
from
killer
September 9, 2005 at 11:05 am
u can do as anurag said but are u deleting sa user if so then u cannot delete that user.
if else then u can delete it from login window.
from
killer
September 9, 2005 at 10:59 am
Hi,
I am working on the test.
Ok so that is only the way.
Thanx.
From
Killer
September 8, 2005 at 12:10 am
Hi Chris,
It will be remembered like titanic(1912)
September 7, 2005 at 7:53 am
Every night in my dreams i see SQL i feel SQL
that is how i come to know SQL.
Far across the JOINS and UNIONS between us
that is how i know SQL.
Far near...
September 7, 2005 at 7:41 am
Hi,
There is a way but that is not good.
Just make temporary tables for all the 12 tables used for cube .
delete the data from 12 tables and process ur cubes...
September 6, 2005 at 11:19 pm
Hi,
I have all the permission and the sql agent start account has log on services permission
from
killer
September 6, 2005 at 9:04 pm
Viewing 15 posts - 256 through 270 (of 349 total)