Viewing 15 posts - 541 through 555 (of 816 total)
already answered
http://www.sqlservercentral.com/Forums/Topic990901-391-1.aspx
September 22, 2010 at 1:40 am
have a look of this post :-
http://it.toolbox.com/wiki/index.php/Find_all_the_triggers_in_a_database..
if you not able to open it then 2 query mentioned there as:-
SELECT S2.[name] TableName, S1.[name] TriggerName, CASE WHEN S1.deltrig > 0
THEN 'Delete'...
September 22, 2010 at 1:37 am
what if you try with dettach and attach?
September 21, 2010 at 8:14 am
thanks for correcting me Gail.
September 21, 2010 at 7:22 am
most of the time there is deadlock in between of us and then my daughter give priority to mom SPID and kills mine .......
September 21, 2010 at 5:39 am
yuppyyy....finally someone understand me....will show this proof to my wife....:-D 😀 😀 😀
September 21, 2010 at 5:33 am
ok, are you able to connect using sqlcmd...
try with sqlcmd and let us know if you have same error ..
At the command prompt, type the following command, and then press...
September 21, 2010 at 5:24 am
Tried with 'WHERE to<= 58 AND from >= 58' but this doesnt give any results.
this value you can compre using between operator.
I might not be getting your queries correctly, can...
September 21, 2010 at 5:12 am
where to between 45(or whatever you want to start compre from) and 65(till what you want to compare)
so just ex :-
if you looking between value in 45 to 65 then
where...
September 21, 2010 at 5:06 am
ok, is your TCP/IP protocol enabled?
Check in configuration manager--sqlserver network configuration--protocol for mssqlserver.
it might be disabled. Enable it and try to connect.
September 21, 2010 at 5:04 am
have a look of this article ..
September 21, 2010 at 4:58 am
is sql enabled for mixed mode authentication or only windows authentication?
September 21, 2010 at 4:43 am
you can create a SP which will call other SP based on your if, else condition
September 21, 2010 at 4:34 am
have you tried between operator....
where .... between 45 and 65 ..... or whatever you want to put in between
September 21, 2010 at 4:06 am
few questions to dig the problem further :-
is your log are getting over written by new?
if you think its the copy step then try to configure some other location to...
September 21, 2010 at 3:21 am
Viewing 15 posts - 541 through 555 (of 816 total)