Best Practice Number of DBAs
Hi all,I am curious if anyone is aware of best practice recommendations for the number of Microsoft DBAs for an organization. This is just for Microsoft SQL Server, for a per instance, server, or DB...
View ArticleSQL 2008 R2 aborts during installation, without error msg
Greeting all.On a Windows 2008 std server im trying to install SQL 2008 R2, but during installation it just aborts and I end up in SQL server Installation Center again.I get to the point where I type...
View ArticleSQL SERVER permission denied in master
I have installed SQL Server 2012. I also have SQL server management studio. when I try to create a database I get the error -> CREATE DATABASE permission denied in database "master".(Microsoft SQL...
View Articleimporting database
hello guys how can i import the database that i have created in mysql and ms access to ms sql server
View ArticleHow to increase the data file size of database which is configured for always on
HI All,Could some one please confirm if we can add space(increase data file size) for the database which is configured for always on similar to that of mirroring or we need to follow any different...
View ArticleWhat Cloud SQL Server Solutions Are There?
Hello,I'm developing a WinForm-based ERP application using Visual Studio. Rather than purchasing a dedicated on-premises server just to host the database, does Microsoft provide a cloud alternative...
View ArticleHow to list the Table Name on SQL Server use VB.Net 2013
1. How to list the Table Name on SQL Server use VB.Net 20132. and also List out the Field Name and type
View ArticleCreate Sql Azure user and set database role
Hello,I need a code for a stored procedure to create :a Login named: MyLogina User for MyLogin named: MyUserand set my dabase role to MyUser named: MyRoleThank you for your help.
View ArticleChain of Transaction
Hi, We have a chain of transactions which need to be completed next And the deadlock has occurred What is the solution?
View Articlesql connection disconnected on random interval
Dear Sir,We have Sql Server 2008 installed on windows server 2012 (64 bit) operating system and database is kept on this pc working as a server. We have installed sql server 2008 on client Pc (Windows...
View ArticleEnable Debugging SQL Server 2008
Dear All,How i can enable debugging for sql server 2008 R2?Which server roles that grant user to debugging on sql server 2008?Which user mapping that grant user to debug on sql server 2008?please...
View ArticleCan't view reports in Reporting Services (SSRS)
Hey,I got a problem with my project on reporting services. I installed MS SQL Server 2014 (86x version), Report Builder 3.0 (for creating my reports) and Data Tools for my SQL Server.Now I created a...
View ArticleSQL Server Agent service account cannot be a built-in account "NT...
How to run SQL Server Agent service not as a built-in account like: "NT SERVICE\SQLSERVERAGENT"
View ArticleSQL Query Performance Issue
HelloWithin our database is a table which holds thousands of rows (forever getting closer to the million mark). These rows are all in reference to telephone contacts. The database logs each event to a...
View ArticleProcedure getting half executed for one user but getting fully executed for...
Hi All,We have a procedure in the below waydeclare... one temp table ... body { cursor --step 1 { Inserting some results into a temp table printing the inserted rows. } update statement using the temp...
View ArticleTimeout question
Could you guys give me a list of timeout settings and their use/context, available on SQL server? any link would work.. Thanks.Rezwan
View ArticleCannot alter column 'column1' because it is 'REPLICATED'.
I am trying to change the size of the column which is the part of replication but its giving me the error "Cannot alter column 'Column1' because it is 'REPLICATED'.But same i tried to change for...
View ArticleCompatibility Matrix
Hello my friends,I don't understand it :( . I read more than 10 times this
View ArticleUDFs are Precompiled or not like Stored Procedures ?
Hi,I have always learnt that UDFs are not Pre-Compiled while Stored procedures are. But I always had this questions why are UDFs are not Pre-Compiled.I searched online for the answer but dint get an...
View ArticleQuotes for input parameter
-1down votefavoriteHy,I need some help with writing syntax, cause I keep getting warning: Invalid object name '' + @Table + ''@Table is my input parameter, and I need to use it as such to get an ID...
View Article