Converting Int to BigInt on Primary Key
Hi guys, I'm trying to find a way to convert from an INT to a BIGINT for a primary key. I know the obvious suggestion of creating another table and migrating all the data, but that seems insane to me -...
View ArticleCan you confirm this is bad performance?
Hello everyone. So I have this SQL Server instance (see below for version) with a database containing a particular table. This table currently holds 13.38 million records that occupy a little over 6GB...
View ArticleDatabase script files deployment SQL server 2008
I have around 30 to 40 sql files. Some of them are table creation, alter scripts, some of the them stored procedures, functions etc. Please let me know an efficient method to deploy these scripts into...
View Articlecan anyone help me in sending me a dbmail plz?
hi, i configured dbmail in my local machine. step1: i configured by emailaddress:test@gmail.com, servername :smtp.gmail.com, portnumber : 587 (previously it was 25) then basic authentication with...
View ArticleFetch unique name and fill the Drop down
I have table like this and i have to show in the code behind like a unique name and the rundates associated with that name inside a gridview?How can i do that?
View ArticleSQL Server Services stopped
Hi, How to find out who stopped sql server servics (database service and agent service)? I am facing this situation, SQL Server service and agent service stopped between 12:00 to 1PM. I just want to...
View ArticleIs it true A lookup only can happen on a clustered index.?
A lookup only can happen on a clustered index. is it true? how /whyManish
View ArticleHow to set permissions to directory with database files.
Hello, I have recently restored drive with system, and user databases files after crash. And I have to set permissions to this files, because they have been lost. Could you tell what should be the...
View ArticleBig Data resources
Hi Experts, I'm hearing a lot about big data these days but i couldn't find enough resoures about how to implement it on windows platform or any link related to how it could be implemented on SQL...
View ArticleUnused services
Hi guys, we have two SQL servers - one for SSIS and other for SSAS. on both the servers, we have installed all the components of SQL Server(SSIS SSAS, SSRS & Database Engine) though we are only...
View ArticleFinding SQL Job that updates a Database/Table
Is there an easy way to find a SQLAgent job that updates a particular table?
View Articleif partitions all sit on the same disk is there any point in partitioning a...
does partitioning give a benefit over indexing if partitions are all on the same disk.
View ArticleDistributed transaction
hi i use in query with link server not problem but in trigger in recive error Distributed transaction i set msdtc network access
View ArticleConfig Backup
Hi, what type of configuration you praise me for SQL 2008 R2? I have configured the AShora as FULL but the Syamnetec backup gives me adveretecnia and to put it in simple
View ArticleWhat version of SQL 2005 do I need to run on a 64 bit 2003 server
I have a 64 bit 2003 VM setup and I want to install SQL 2005 Enterprise but the only 64 bit version of 2005 enterprise that is the extended version and when I try to install it I am told that it is...
View Articledoes date data type hinder join perforemance?
Hey Should this: "select...where t1.dateTypeColumn = t2.dateTypeColumn" be worst - perforemance wise - then this: "select...where t1.intTypeColumn = t2.intTypeColumn" I remember dates are actually...
View Articlemdm.udpValidateModel can be run twice with no side effect urgent?
I am new to MDS, client give me the mdm.udpValidateModel SP with @username etc. parameter. i don't know i parsed fisttime or executed. I again executed. will there will be any side effect . please...
View Articlewhat index scan and seek - table scan and seek
Greetings, Can any one please explain me the difference between INDEX scan & seek - TABLE scan & seek ? please give some examples... Thanks in advance.
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 Article