Can I create a duplicate of login
Can I create a duplicate of login in security section?Thanks
View ArticleSQL Database initial size
Hi, I need your Advice. Details as fallows: Existing DB setting in Production DB (SQL Server 2005) Total Database size: 316686.25 MB (Sql Management Studio-->Database-->Properties--General) Space...
View ArticleLinked servers - different login mappings based on context?
I can set up linked servers with various login mappings for different users. But sometimes I need a login to be mapped differently depending where I am using it. e.g. for scheduled jobs that use linked...
View ArticleHow to handle heavy load on SQL Server
Hi We have SQL Server 2005 32bit Windows 2003 Enterprise setup with 36 GB RAM. Due to Business requirement for 2 Weeks in a year we have a lot of load i.e almost 1000 users connection for our Database...
View ArticleCentral 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 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 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 ArticleWhat is the purpose of Transaction Log in Tempdb
Hi Experts, There are a lot of questions and blogs on truncating and reducing the transaction log of tempdb. But what I understand is that the purpose of transaction log is to recover database (on...
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 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 ArticleMoving system DBs on Cluster
I have a single node SQL Server 2005SP3 cluster running on Windows server 2008 . We have experiened corruption in SAN drive (on SAN Volume E,F) recently and i want to move the system DBs and User DBs...
View ArticleRestore a database from Enterprise Edition which has CDC enabled on a...
Hello, I have a SQL Server Enterprise Edition which holds a database which CDC enabled. I took a backup and then tried to restore it to another SQL Server but Standard Edition. I got below error...
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 ArticleHow to convert the Geography data into Lat&Lon?
How to convert the Geography Data type data into Lat&Lon?
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 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 ArticleGroup data based on pattern
Hi, here are two task: 1. I have raw data, 10.000 rows per day coming in batches every hour (see sample data columns A-E). I need to process these data on a daily basis (so can be delayed) to get...
View Article