Viewing 15 posts - 121 through 135 (of 960 total)
The cost is a relative number without any units or range associated with it.
The optimizer assigns a cost to every execution plan it creates , think of it as a...
October 20, 2015 at 4:27 am
How far apart were these screenshots taken , seeing massive usecounts after the cache has been flushed. conisdering that it flushes every 30 sec , the number doesnt make much...
September 22, 2015 at 9:35 am
Phil Parkin (9/20/2015)
Jayanth_Kurup (9/20/2015)
Phil Parkin (9/18/2015)
Jayanth_Kurup (9/18/2015)
September 21, 2015 at 9:28 am
Lazywriter kicks in when SQL detects memory pressure , I was trying to find out if there is memory pressure which causes the Cache to flush or is it something...
September 20, 2015 at 2:01 am
DO NOT CHANGE THE DOMAIN NAME in order to perform your migration, SQL Server stores machine name internally so just changing the domain name to the old value will not...
September 20, 2015 at 1:54 am
You might have a policy or trigger preventing the changes the question is why you are not altered about the same.
September 20, 2015 at 1:49 am
Phil Parkin (9/18/2015)
Jayanth_Kurup (9/18/2015)
September 20, 2015 at 1:47 am
VS or SSDT uses a version of the database schema to perform the comparison and not the actual database target itself. Its more of an extension of Data Tier Application,...
September 18, 2015 at 4:01 am
Have you explored the Copy database Wiazrd , it provides features to migrate server level objects too. Or you can create and SSIS package with the requried tasks
September 18, 2015 at 3:56 am
How about a table create script or some sample data, more importantly You can lookup MSDN since what your asking for a very basic t-SQL.
September 18, 2015 at 3:54 am
Just to add to my original suggestion , since your using this for a ETl process , Here is what I think would work
-create a date table for i...
September 18, 2015 at 3:49 am
The irregular timing suggests that it might be a frequently executed procedure. Is the database highly transactional , how frequently does lazywriter and checkpoint run ?
Do you know since how...
September 18, 2015 at 3:42 am
Does it flush regularly at 30 sec or is it an approximation? all day or only during peak hours? It doesnt have to be a job it could even be...
September 17, 2015 at 4:34 am
I understand not being able to modify the existing tables , but would it be possible the simple add 2 date tables with a set of dates and times...
September 17, 2015 at 4:22 am
Windows allows creation of a VHD or image of disk which can be used to launch a VM , this will automatically move the required databases and files in your...
September 14, 2015 at 9:53 am
Viewing 15 posts - 121 through 135 (of 960 total)