How to connect to sql server using windows authentication
I have a client & server. server is my wcf service and client is windows 8 app.i want users to connect with windows authentication. My service should communicate with the database using windows...
View Articledelete maintenance plans in sql2012
Hi experts,I need help in deleteing maintenance plans in sql 2012, We have a plan for Full and Log backup, which I want to delete it, below is the error message which is thrown.TITLE: Microsoft SQL...
View ArticleMissing Security\Users
Hi, SQL 2008R2 Have a problem. Main SharePoint user appears as a Windows login at the instance level but is not as a user in the database. I tried adding the user in manually (at the database level)...
View ArticleOnline Rebuild index failing due to log full
Hi Experts,I have a weekly Online rebuild index maintenance plan which is failing every timedue to log file full.The recovery model of the databases is FULL. And performing log backup on this...
View ArticleDBCC CHECKDB
HelloWe have a databse running in a SQL Server 2008R2 version. If we run the DBCC CHECKDB comand it runs fine.We restored it to a SQL Server 2012 now when we run the DBCC CHECKDB it Fails..Msg 0, Level...
View ArticlePassing parameter in query dynamically
-- I have a query that is stored in a table column, the query contains a parameter -- I tried to pass the parameter, but failed. How can I accomplish this task? CREATE TABLE #testFullQuery(longString...
View ArticleGetting SQL Server Agent running
I am trying to get my SQL Server Agent running, and no conventional means thus far have worked.I set it to run automatically in the Services window of the Control Panel. Attempting to run it from there...
View ArticleQuick question re MSSQLFDLauncher
Is MSSQLFDLauncher (SQL Server 2012) cluster aware?I'm asking as a previous DBA for the company I work for has built and configured to 2012 clusters but has not included this Service in the Cluster...
View ArticleID change for the Native backup jobs
Server: SQL 2008 R2Problem: Our native backups are being saved to disk, we use Maintenance plans for the backups. We are planning to change the location of backups - another disk/location. This new...
View Articleint to varchar with 0
I need to create view to show the SalesDate(int) Column we have data as 20141204, which is expected to be shown as 04122014. If we do the change in Source View, we are getting result as 4122014.CREATE...
View ArticleTransactions/ sec
Hi Experts,One of my customer is in need of following:can we get the number of transactions in a given month for a particular server? I know ho wot get transaction/ sec but do not know per month, I...
View ArticleConnecting Error: SQL Server 2008 R2 Express and Excel 2010 Data Mining Add-Ins
Hi there, I am new to SQL Server and I would love to seek help from experienced people. I just simply want to use Data Mining Add-in for Excel 2010 with SQL Server 2008 R2 Express, but connection...
View Articlesql server express for window 8
i am going to develop web application (.net 3.5) and want to use sql server as database, but i am using window 8, it seems many version not compatible for it.anyone recommend me which version i should...
View Articleprovider: SQL Network Interfaces, error: 26 - can't find server ) (.Net...
after i downloaded the sql server express version, and try to connect to server by inputting server name "localhost\sqlserver" ,but promopt below error.provider: SQL Network Interfaces, error: 26 -...
View Articleget query using joins
My Table employee table =emp id .. emp name 1 Ravi 2 Kumar 3 Gopal 4 Selvam 5 Raj 6 Sekar dept table ----- dept id .. emp id .. salary 1 1 10000 1...
View Articlesql connection issues
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> - <System> <Provider Name="Microsoft-SharePoint Products-SharePoint Foundation"...
View Articleget the date with 0
select case when LEFT(RIGHT('20060903',2),1) = 0 then CONCAT(0, COALESCE(CONCAT(RIGHT(20060903,2),LEFT(RIGHT(20060903,4),2), LEFT(20060903,4)),'' )) Else 0...
View ArticleCalculating next date in custom format based on past date and weekly /...
Hi everyone,I need to find a way to calculate an upcoming date, and present it in custom format (SQL Server Express 2008).For week starting 30 November 2014 here are two examples:1) When field...
View ArticleList of stored proceudres
Hi Experts,I am in need to get the list of all the stored procedures which take more than 5 secs to execute in a database, when I googled it, I got below query, will this meet my requirement or is...
View Article