Viewing 15 posts - 301 through 315 (of 349 total)
HI,
Have u checked that under what database ur job is scheduled.
Hope this helps u.
from
Killer
August 15, 2005 at 7:28 pm
Hi ,
This one is really tough
I asked that i had tranferd a table in a table and i want to zip it.
i did it in 2 steps.
i used BCP utility...
August 15, 2005 at 6:35 am
Hi,
I am not sure what is happening with u but if sql server workes fine in the office then ur DBA or Networkadmin had ristricted or defined permission.
Or it may...
August 15, 2005 at 6:29 am
Hi,
I am not sure what is happening with u but if sql server workes fine in the office then ur DBA or Networkadmin had ristricted or defined permission.
Or it may...
August 15, 2005 at 6:29 am
Hi,
try this with no use name and password.
bcp X.dbo.Y" in c:\temp\test.txt -c
-q -t "$" -r -"" -T -S [servername\instancename] -U -P
this may help u
from
killer
August 15, 2005 at 6:24 am
HI,
That is connection broken error()
from
killer
August 10, 2005 at 8:30 pm
HI,
How can i set the Transaction save point or transaction name by default for a query. and for every user.
thanx for help
from
killer
August 9, 2005 at 9:45 pm
Hi Sswords,
I rebooted the server manytimes.Nodody have right to access the EM except me.
Only problem in my sql server was that only which i described before.
I checked the NT Fibre...
August 9, 2005 at 9:29 pm
Hi,
I had check the link given by ssword and checked the sp_configure on my machine and find the same entries as given by microsoft on the website. My sql server is not...
August 9, 2005 at 2:15 am
Hi,
DBA what u want , ur new research on sql.
or u want to ask something else
from
killer
August 8, 2005 at 2:50 am
Hi Steve,
In error log the below information is given of which i have no idea.
[131] sql agent service is stopping due to a stop request from a user,process ,or the...
August 7, 2005 at 7:53 pm
Hi pawan,
This error occurs basically on process locks.
Check the process locks and if u have dead locks on ur database kill the process. and rerun ur code
from
killer
August 6, 2005 at 7:54 am
hi asad
http://www.windowsitpro.com/SQLServer/ Article/ArticleID/8231/8231.html
or read windows help for system level trace
from
kiler
August 6, 2005 at 7:36 am
Thanx Chris,
But i changed like this becasue in the code u posted have missing the sysobject so will not get the correct id for the table in syscolumns .
DECLARE @originalcolumns INT,@objectid...
August 5, 2005 at 10:39 pm
Hi ,
Thanx to neold it worked exactly what i needed.
Thanx to Remi,johnson and everybody on this post.
from
killer
August 5, 2005 at 9:53 am
Viewing 15 posts - 301 through 315 (of 349 total)