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 ArticleCan't Connect Goldmine 2014 Installation
I have looked through all the documentation I can find, but I still cannot get a new Goldmine 2014 installation to connect to the SQL Server. Any help is appreciated. Thanks.
View ArticleLong running query
Hi,I've got a query that's taking ages to run.I think this is where it's getting held up. Can anybody tell me what's wrong and what I should be looking at to try to improve it?CheersPaul
View ArticleCentral Management Server doesn't support multi domains
Hi Guys,Ā As CM doesn't support SQL authentication, and if access SQL Server on another domain with no trust, we cannot use Windows authentication as well. CM only supports Windows authentication, but...
View Articlewindows server 2012 r2 with SQl server 2014 "Error: There was a problem...
Friends,I have "SQL server 2014 installed in windows server 2012 r2" when I tried to open any sql file I am getting the following error "there was a problem sending the command to the program".I tried...
View ArticleEncryptByKey and VARBINARY Size Question
Hello,I'm currently learning how to implement Encryption into my SQL database, and I've run into something I don't know how to explain or understand. I'm working on creating a set encryption for a set...
View ArticleProblems in Sql Server 2012 Express installation
Hello . I successfully downloaded Sql Server 2012 Express installation package. I launched the intsallation and after a few minutes it ends with the following errors :"Database Engines Services" Ā (not...
View ArticleRow Values Dispaly in Columns
Hi,One Table have 2 Columns.1.Order_number2.PSON NUmberIn Table Contains 6 rows with 2 order_numbers and different PSON NumberI want Order Number,PSON1,PSON2,PSON3,PSON4 and its ValuesEx:--Order_number...
View Articledatabase does not appear in sql server management studio
Hi,I'm new to SQL server and want to try it. To do this, i use VSC 2013Ā (C#, .net4.5, ADO)Ā and i installed SQL Express 2014 on a PC Under W8.1pro. I succeeded to create andĀ access a database with my...
View ArticleConnection problems to remote sql server
Good day,I'm currently working on a test project that has 2 SQL servers on 2 remote sites with firewalls and VPN connection in between the 2 sites.Now that the setup is completed, i am facing a problem...
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 Articlecopy production sql database to a new development instance on the same server
I recently released to production a working CRUD site on a WS 2012 Datacenter. Now, I seek to copy an instance of the live database into a second instance on the same server in order to continue...
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 ArticleAble to connect to named instance through SQLCMD but not from SSMS? (SQL...
Hi All,I am able to connect to named instance through SQLCMD but not from SSMS? (SQL browser is stopped and instance is hidden).This is SQL SERVER 2008 on a Active/active cluster and i have not...
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 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 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 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 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 Article