Central Server mangaement system
Central Server mangaement system gives error on sql 2008 R2 dev edition TITLE: Registered Servers ------------------------------ Operation not supported on SQL Server 2005....
View ArticleReadpast, Trigger and DTC Synergy
Please see my code execution flow: Delete few rows from table1 on ABC database onServer1Table1 has a After trigger on it which makes a remote server call to a proc on XYZ database on Server1.XYZ proc...
View Articlesql server become slow
hi what happen that sql server 2008 become very slow Already sql server was fast
View ArticleTempdb on SQL 2k8r2
Does having large tempdb files cause performance problems? If yes, what kind of performance problems and why? Considering that all tempdb files have to be the same size and sometimes you need to free...
View ArticleSQL Server Services Account
Hi, SQL Server and agent service are running under Local System account. I want to backup database to remote server '\\......'. Job failed with errror access denied. How to access remote location...
View ArticleSQL Server 2012 syspolicy_purge_history fails step 3 "Erase Phantom System...
I recently installed SQL Server 2012 Ent (x64). The install is a stand alone default instance. The syspolicy_purge_history job fails on step three with the following error: Executed as user:...
View ArticleVery Slow Response Time retrieving data migrated from MySQL to SQL Server...
SSMA 5.2 migrated from MySQL 5.0.51a to SQL Server Express 2008 R2 SP1 with Adv Tools via ODBC connection (tcp), using PHP 5.2.8, Apache 2.2.11 on XP. Fetching 1.2M of data: bigint (Unix) timestamp,...
View ArticleThe SQL Agent Service won't start under a specified (Domain) user account...
Greetings! I have a SQL Server on which the Agent Service will start and run, but only when configured to run under the LocalSystem account, which I don't want. The Agent Service will not start with...
View ArticlePartitioning strategy - design help
Hi all, We're trying to come up with a new partitioning strategy for our large fact tables as we are outgrowing our current approach. We're also very excited about using columnstore indexes (as it...
View Articlelsass binded to 1433
Hi, I have a very bad situation here where the port is accessed by 1433. I am not able to connect to 1433 for my mssql server. I want to use msdtc also. I need help.
View ArticleDatabase and Agent Services on cluster
Hi, Should Database Service and Agent Service be in Automatic startup mode or Manual on Cluster? Thanks
View Articlesp_change_users_login
sp_change_users_login 'Report ' Does this actual reports the Domain Or Network groups and users If there any Orphan users ?
View ArticleHashing Algorithm SHA-256
What versions of SQL Server support the hashing algorithm SHA-256? I find references to encryption, but I haven't found too much on hashing. Some articles are using encrypting and hashing as the same...
View ArticleDifference in the detail of logging in Simple recovery and bulk-logged...
Besides from backup point of view, what are the differences in different recovery models? Is the logging optimized in simple recovery model comparative to bulk-logged model?
View ArticleMissing bytes
If I have the following table with 51800000 rows and avg page space used of 99.79%. Why does the table use 1025792 KB? CREATE TABLE [FactVaR_S265_K1_K1] ([Factor Group Key] [TINYINT] NOT NULL, -- 1...
View ArticleSELECT query, row versioning and TempDb
Hi All, I am on SQL Server 2008. I want to clear my concept about row versioning and usage of TempDb. In my database, read committed snapshot is ON. Now lets say, session1 is updating some data in...
View ArticleDBCC fileHeader sectorsize and actualsize difference
I installed sql server 2008 on my system and create 1 user Db. when i executed dbcc fileheader('master') sectorsize and actualsize were 4096 and 512 bytes respectivley. and for user database sectorsize...
View ArticleHow to convert the Geography data into Lat&Lon?
How to convert the Geography Data type data into Lat&Lon?
View ArticleLogon trigger - capturing t-sql statements
Hello I am trying to create a logon trigger to alert whenever anyone logs in using the loginname 'sa'. The logon trigger works fine with the code below inserting rows whenever anyone logs in using the...
View Article