Viewing 11 posts - 1 through 11 (of 11 total)
give full permissions to computer name on that UNP path folder
April 11, 2016 at 2:07 pm
compare execution plans in DEV and PROD
and use the query hint for index.... that using in prod.
the same index will use in dev if you put as shown below....
April 11, 2016 at 2:04 pm
Are you able see SQL SERVER SERVICES in SQL Server configuration manager?
if yes, started services?? check it .
April 11, 2016 at 1:56 pm
I have transnational replication on PROD. suddenly we are getting consistency errors in replication because of update statement (not for delete and not for insert).
update command working as Delete/insert...
April 11, 2016 at 12:26 pm
one final question: Does sequence matter? (our DB size is 500 GB that's why we need to take log backup too to get the latest data on PROD)
...
April 5, 2016 at 9:46 am
go this table "dbo.Postal_Original" and drop FK_Postal_CityTownship constrinat
then try with delete command, it works
if still repeats , you have to keep on drop the constraint or delete...
April 5, 2016 at 9:12 am
Thanks for response.
My set up steps: I took full backup then created publisher then took differential and t-log backup
next Initialize database backup..
My mistake is , i took full back up...
April 5, 2016 at 8:34 am
you can run profiler using filters(by db_id, login_Name) , so that it will reduce the burden on the server , anyhow its not a good idea.
select text from sys.dm_exec_query_stats
CROSS...
July 2, 2015 at 8:55 am
Thanks for your reply. I think we can move/transfer data by Using switch command. my problem is .. delete complete data in one file group. If i...
February 11, 2014 at 1:34 pm
total table space means data size plus index size?
February 11, 2014 at 10:05 am
Viewing 11 posts - 1 through 11 (of 11 total)