Trying to log in using new login and sql server authentication: "Login failed...
Hi all,I have created a new login for my server, under the security node on the server level. I did this by right-clicking the Security Node and choosing new->login. i named the login OpenFireUser,...
View ArticleSQL Server 2012 Cumulative update package 2 (CU2) for SQL Server 2012 Service...
Hey guys... Im a little bit confused... i wanted to download the newest hotfixes for SQL server 2012...But the download for : 2983175 Cumulative update package 2 (CU2) for SQL Server 2012 Service...
View ArticleMoving data to new database
We have been using SQL Server 2008 Express and recently installed SQL Server 2012 (Not Express version). In 2008 I was able to make back ups to a flash drive and restore the data base from that device....
View ArticleConfigure SQL Server to work together with OpenFire (XMPP/Jabber Server)
Hi all,I am trying to set up Openfire (a jabber/xmpp server) to talk to a SQL Server on the same machine.I am following these instructions for this:...
View ArticleAugust TechNet Guru Winners!
The results for August's TechNet Guru competition have been posted!http://blogs.technet.com/b/wikininjas/archive/2014/09/16/the-microsoft-technet-guru-awards-august-2014.aspx Congratulations to all our...
View ArticleGetting data from WMI Queries
Hey guys!I'm trying to get information about disk space using the following example query:"SELECT * FROM Win32_LogicalDisk WHERE FreeSpace < 20000"Simply to get the following error: Invalid object...
View ArticleAfter creating Table, how to add new Column field name from Checkitems in VB...
I want to create table in SQL2012 at run-time. My design form look like - ================================================| chklstbox | | dbo.myTable...
View ArticleGet Reports and Tables
I'm trying to write a query that will display all the tables and views (FROM information_schema.tables) associated with their respective reports (FROM dbo.Catalog) from a database. Is it even...
View Articlestopping scheduled jobs and running couple couple
I have an upcoming project where the scheduled jobs has to be stopped by 2:00pm and only couple jobs has to be run at that time. In those couple jobs, one of them got multiple steps and only the 1st...
View ArticleHow to combine data from two rows into one row
I have the following sets of data. I want to find all the duplicate sets of field values. in the data below there is only one duplicate set: brenda, analyst, green.DocID and Doc Seq combine to form the...
View ArticleDatabase is inrecovery mode since hours
Data base is in IN RECOVERY mode since few hours nowwhen i check the log this is what i findLogin failed for user 'abc'. Reason: Failed to open the explicitly specified database. [CLIENT: 10.99.2.xx]...
View ArticleSQL Server 2014 Setup can't find instance configuration
I was try to install the SQL Server 2014 express but it is not showing Instance Configuration when doing the installation.After finish the installation, the SQL Server services is not item listed.Could...
View ArticleDirty reads vs phantom reads
Hi, What is the difference between a "Dirty Read" and "Phantom Reads". Can anyone explain in brief or give an example? Thanks in advance.
View ArticleSQL Server 2008- procedure optimisation
Hi Experts, I need to optimize the procedure below (SQL Server 2008) and badly need help: I am thinking to reduce search space o Splitting the joins and create intermediate (smaller) results o...
View ArticleError when trying to install sql server 2012
I get the following error when trying to install sql server 2012;error click ok to try again, or enter an alternate path to a folder containing the installation package 'sqlbrowser.msi' in the box below.
View Articleunable to install sql server 2012
I am trying to install sql server 2012. I need it to run a trial version of Xactimate. I get the following error during the installation process on the SQL Server Installation Center box : The feature...
View ArticleProduct key
I am going to buy Sql Server and just need the confirmation that whether does it require product key for installation or the product key comes embedded on the server.
View ArticleParameters
HiUsing SQL Server Management StudioI'm creating a query and I don't know how to create a run-time Parameter Your help will be much appreciated!Thanks,KasSELELCT balance_tbl.cmpcode,...
View ArticleHow to find total row count on weekly basis
I have written a join query which works perfect and it give me total number of rows between two dates, however is there a way where i can modify my query so that i can see the result on weekly basis...
View ArticleNon clustered unique index creation failing due to duplicate key
I am a DBA and my rebuild index job has failed with the error that "The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name and index name". The non clustered...
View Article