Viewing 15 posts - 16 through 30 (of 157 total)
Thanks to all.
I go through the link , now my issue with the decimal data type
SELECT col1 FROM table2
WHERE col2 > 9999999999.99999
OR col1 < -9999999999.99999
In this script col1 is...
February 21, 2013 at 2:29 am
so i need to change the script as follow
EXEC (@command); replace with Print(@command); right??
but the server language is spanish ??
January 15, 2013 at 8:57 am
Sorry Gila,
i am not getting you .. can you please explain more ...
I need to execute the script manually or ???
January 15, 2013 at 8:24 am
anthony.green (1/2/2013)
IF @frag < 30.0
SET @command = N''ALTER INDEX ['' + @indexname + N''] ON ['' +@DBname+ N''].[''+ @schemaname +...
January 15, 2013 at 8:16 am
hi Thanks for the quick response ..
I searched alldatabases with the below script , but i didnt find any indexes names with -
select * from sys.indexes where name...
January 2, 2013 at 4:15 am
i need to change the script in the below lines
IF @frag < 30.0
SET @command = N''ALTER INDEX...
January 2, 2013 at 3:51 am
hi ,
we are using the same script in all servers ,but wea re not seeing any issues on other servers expect this server ..
January 2, 2013 at 3:27 am
The issue was resolved by other team , but i dont know how to resolved this ??
Can you have any inputs how to resolve this issue?
in the principal server
1....
December 28, 2012 at 6:36 am
Thanks for the response
I got the below error from mirror at the same time from sql error log :
Error: 1204, Severity: 19, State: 4.
The instance of the...
December 28, 2012 at 3:04 am
hi ,
I got the below error message from the log
Message
, the remote mirroring partner
for database XXXXXXXXX, encountered error 1204, status 4, severity 19.
Database mirroring has been suspended....
December 27, 2012 at 4:57 am
Hi Anthony,
Thanks for the quick response ..
I don't want the error message generated by that job failure . I want only the job name with the failure alert...
November 15, 2012 at 3:06 am
hi Guys,
Can i have any update on this...........
October 8, 2012 at 6:23 am
hi Gila,
Thans for the update .
This weekend also we had the same problem .
By using the script we are taking the backups,no maintenance plans
The diff...
October 8, 2012 at 1:57 am
Hi All,
Thanks for your valuable infrmation.
we are not using maintenance plan . We created a job with backup database script for all user databases to run every...
October 2, 2012 at 8:34 am
Viewing 15 posts - 16 through 30 (of 157 total)