Viewing 15 posts - 76 through 90 (of 815 total)
Thanks Gail, so finally here is my code :-
DECLARE @tbl TABLE (acntname VARCHAR(800), Permisson VARCHAR(800))
SET NOCOUNT ON
DECLARE @C VARCHAR(800), @p VARCHAR(800), @cNext VARCHAR(800), @pNext VARCHAR(40)
DECLARE c CURSOR FOR
...
February 6, 2012 at 5:35 am
Thanks Gail. But till date, I am not able to figure out the script writing using CTE.
Need help with this code please.
February 6, 2012 at 5:20 am
Basically we have users who are up at all times and there is an ETL process from 2am to 5am that needs to run that is crashing because users are...
February 6, 2012 at 4:12 am
I wanted to know that did you too faced the same error (i.e. upgrade process didn't update the MSSQLSystemResource files on some instance & you were not able to restart...
January 31, 2012 at 4:20 am
you need to install SP1 on all instance.
When you will run setup, it will ask the instance name.
January 31, 2012 at 1:27 am
I am using ssis not ssms ....and they want to do it thru ssis ..
so you mean everyday table will be dropped and re-created?
If yes, then
In your SSIS,...
January 30, 2012 at 6:15 am
Its about the point where you planning to change the isolation level to read uncommited.
January 30, 2012 at 5:24 am
you can use query hint " with nolock" in your select queries.
January 30, 2012 at 4:20 am
Not sure if I understood your requirement correctly, but is this query not helping
select col1,col2,date from tblname order by date desc/asc
January 30, 2012 at 4:16 am
ok, so then how sql come to know while restoring the database that it need to add the specific amount of free space in database files and as exact of...
January 18, 2012 at 1:17 am
thanks. If that is the case then when we restored the database why our mdf and ldf comes with same size including free space.
January 18, 2012 at 1:06 am
yes. So that msdtc can maintain the database in consistent state during failover.
January 17, 2012 at 11:47 pm
1 for msdtc
1 for virtual name
2 private ip for healthcheck for 2 server
2 public ip (optional)
January 17, 2012 at 11:21 pm
if its a virtual machine, then take ghost copy and you are good to go.
Just make sure the disk are configured in the same way as it is in...
January 13, 2012 at 2:15 am
Viewing 15 posts - 76 through 90 (of 815 total)