New Be Questions SQL Server Settings / Query Editor
hello I am using software SQL Server Developer 2012 for recreational purposes. With two brief questions please. Question one. While opening SQL Server Data Tools from windows 7 start...
View ArticleDowngraded SQL Server 2012 from Developer to Standard edition for TFS 2012 -...
Hi!Back in late 2008, we installed TFS 2012 with SQL Server 2012 Developer Edition. Both were 90 day trials, as the licencing was not ready from Microsoft yet.Later, when we got the licence, we entered...
View ArticleSQL Server Browser Service Not Showing Up
I'v been in charge of setting up BlackBerry Enterprise Server on the companies Server. But on start up of this project I was told that years ago when BlackBerry Enterprise Server was installed that it...
View ArticleTo find the created date and time for a user define table type in MS SQL
I need to know where can i look for the created date and time for a user defined table type in MS SQL, I tried in sys.types and systypes tables but there isn't a column relevant to it, any help is...
View ArticleIs it OK to Backup database by using T-SQL backup database and sqlcmd without...
Is it OK to Backup database by using T-SQL backup database and sqlcmd without SQL service stop by SQL2008?
View ArticleSQL Profiler for Login/Logout Events showing incorrect results
Hi I have a SQL 2008 R2 standard edition server. I selected the Login/Logouit events in the SQL profiler & clicked on a new connection to the server via the SSMS.Now in the profiler I saw 3 entries...
View ArticleSQL Server Log Question
When I have a log entry like below ... what does "xxxx" represent?06/09/2013 20:35:35,Logon,Unknown,Login failed for user 'WORK\xxxx'. Reason: Could not find a login matching the name provided....
View ArticleORA-06413 Connection not open
I am trying to import data into sql server table from Oracle 8i for my new Window 7 desktop computer. I encounter this error:Mcirosoft Data Link Eror: Test connection failed becase of an error in:...
View ArticleMonitoring of idle databases
How do you determine if a database is no longer needed? How would you determine the last access dates for databases.
View Articletest failed while creating odbc on apps server
hii..when i testing me odbc i got an error that sayin login failed for user 'sys'the test was done on an app server that i have install sql native client and me sql server is a 2012 version i try a few...
View ArticleI want to modify my query so that it return total row count.
0I want to modify to return row count for this queryDECLARE @dCurrentTimeDATETIMEDECLARE @dCurrentTimeMinus5DATETIMESET @dCurrentTime=GETDATE()SET @dCurrentTimeMinus5=DATEADD(minute,-5,...
View Articlewhat is the use of dynamic management views in sql 2005
Hi All, what is DMV's?Why we will use this DMv's.Could you please give me the answer..... Thanks&Regards VASUKASTURI
View ArticleApp pool user login fail
I am getting a “cannot open database requested by the login“ error message. It also says that the login failed for apppool user.I am wondering how to fix this. I use Win 7 Standard, SQL Server 2012 and...
View ArticleModal popup page load fires on application load
I have a page to be shown as popup window. This page is called from the parent page using window.showModalDialog(). This popup needs to show only on a button click. But the page load of the popup page...
View ArticleSQL 2005 event log
Hi,My SQL 2005 server event log appear to have one issue with IO, " SQL Server has encountered 7 occurrence(s) of I/O requests taking longer than 15 seconds to complete on file ... " .It happen only to...
View ArticlePass Parameter To another Procedure Failes...Need Help
Create an Order Proc With OrderID As an Identity column....Then OrderItems...with OrderID As Primary Key...I created two Store Procs to insert Orders...Trying to pass Order Return Value to to...
View ArticleAccess sql server using SQL server authentication from the outside of domain?
I wrote a program by python that ran on a machine that is outside of the domain and needed to connect to a sql server 2012 that was inside of the domain. I used SQL server authentication. When I...
View ArticleI want to modify this query to get the rows count
-- I want to modify this query to get the rows count , Please assistDECLARE @dCurrentTimeDATETIMEDECLARE @dCurrentTimeMinus5DATETIME SET @dCurrentTime=GETDATE()SET...
View ArticleSQL Server Profiler Error while login
It's an fresh install of SQL Server 2008 R2 trial on my local development machine and I'm able to connect the server through SQL Server Management Studio. But when I tried to connect the server through...
View ArticleSchedule sql resultset to text file every 15 minutes
i have a query,i want to run it every 15 minutes and export the result in text file to a different folder,Please assist.k
View Article