Viewing 15 posts - 16 through 30 (of 40 total)
adonetok (3/21/2014)
I want to kill a running job in studio query window but can't.
Well!! get a gun or hire a shooter.
adonetok (3/21/2014)
How to use script to kill this job?
What is...
March 21, 2014 at 2:15 pm
March 21, 2014 at 1:54 pm
free_mascot (3/18/2014)
How second answer is applicable: in this scenario distributor needs to be on highest version of SQL Server that...
March 19, 2014 at 6:31 am
jeandlauro (3/14/2014)
I can import data using the Import...
March 14, 2014 at 2:54 pm
March 7, 2014 at 12:19 pm
BOL confirms deprecation, Here is citation from
http://msdn.microsoft.com/en-us/library/ms151149(v=sql.110).aspx
Heterogeneous replication to non-SQL Server subscribers is deprecated. Oracle Publishing is deprecated. To move data, create solutions using change data...
March 7, 2014 at 6:54 am
Basically you would like to see who is using all the memory from SQL end.
What are the max and min values for counters Page Life Expectancy and buffer cache hit...
March 6, 2014 at 2:24 pm
Possibly blocking may be the primary issue that makes you feel huge traffic in-spite of NOT HUGE data in the database.
Do you use CAML query designer for sharepoint to...
February 27, 2014 at 12:51 pm
February 27, 2014 at 12:36 pm
You could query SSISDB to get metadata/configuration details in 2012.
This query would help
select ie.environment_id, ie.environment_name,
iev.name, iev.value
from internal.environments ie
JOIN internal.environment_variables iev ON ie.environment_id = iev.environment_id
February 27, 2014 at 12:00 pm
UPDATE x SET x.b = y.d
FROM TABLE1 x
JOIN table2 y ON x.a = y.c
January 3, 2014 at 2:56 pm
Did you try rebuilding table including all the indexes? That would release space to database, then shinking file would relase space at OS.
December 16, 2013 at 2:01 pm
Did you check the status of database MSDB and are the queries executed successfully in MSDB?
Any clue with errors in SQL Error log?
Check out this, may help.
December 16, 2013 at 1:42 pm
Viewing 15 posts - 16 through 30 (of 40 total)