SQL Server Browser
In my server has been installed SQL Server two different versions: - Microsoft SQL Server 2008 (RTM) - 10.0.1600.22 (X64) - Microsoft SQL Server 2008 R2 (RTM) - 10.50.1600.1 (X64) Users...
View ArticleHow show only first friday of every month
Hi, I am having one requirement where I want to show only first Friday of every month of 2014,2015 and 2016 year. Please suggest me the logic Regards, Vipin jhaThankx & regards, Vipin jha MCP
View Articlesql server management studio: auto adding new files?
I use management studio on the sql server. Each time i want to run scripts over new data, i have to delete the old files in a database and import new ones (from csv files to .dbo). These are the same...
View ArticleKnowing instance names
Hi,When i have multiple sql server instances running on one server, how to check the names of that instances with out connecting to sql server management studio.ThanksShekar
View Article2008 R2 The duration spent while attempting to connect to this server was -...
We are intermittently receiving the following error. This is very infrequent but the magnitude is enough to trigger alerts from our error monitoring system. They last about 30 seconds and dissipate....
View ArticleConnectivity: Error 10054 An existing connection was forcibly closed by the...
This is a SQL 2008 R2 server. I am attempting the connection from SSMS. Neither windows nor sql authenication works. However, i can connect using sqlcmd. Also ODBC driver 'Test Connection' works....
View ArticleAlways On New Availability Group - Full backup is required
Just trying to create a New Availability Group for AlwaysOn , I see the database is listed, in the status it says: "Full backup is Required. The database is AdventureWorks2012, i have taken a full...
View Article2012 SP 2 Issue
I have a warehouse that was running perfectly under 2012 SP1, it uses CDC with net enabled on the source tables to do incremental loads into the warehouse.We migrated the databases over to a new SQL...
View ArticleMulti Server Administration - limits
Hi all,I wanted to know if there's a limit on how many targets I can manage in Multi Server Administration.In addition, are there any known limits regarding managing SQL instances with different...
View ArticleJava 8 Connectivity With SQL Database
Hello everyone. I am Facing Problem since 2 weeks and still not able to resolve my problem i need to connect java 8 program to sql database please if anyone knows please share i am in a huge problem...
View Articledatabase engine tuning advisor
Hi Team,When I analyse stored procedure or query within Database Engine Tuning Advisor it raise error message .Submitting Configuration Information Status-Success Consuming Workload -Error Performing...
View Articledbcc setioweight permissions
What permissions are needed for the undocumented DBCC setioweight?
View Articlecpu uses 100 % and memory uses 98 % while opening the sql server exe
Dear all,one the my server where cpu uses showing 100% and memory uses showing 98 %, when we stop the services of sql servr it's suddenly down @ 10%.how to fix , this is performance issues i think...
View ArticleDatabase Shrinking
Hello, I have dataware house database and it's size is 2 TB with simple recovery model.I want to reduce it's size because everyday before loading table gets truncate.Is it best practice to shrink the...
View ArticleNeed to connect to an Oracle DB using SQL Server Management Studio
Hello,I'm trying to connect to an Oracle DB using the SQL Server Management Studio application. Could someone please provide guidance.Thanks,Bob
View Articledeleting a log file permanently
In SQL 2012 I'm trying to delete a log file (both physically and logically). There are two log files and one of them is unnecessary. When I click 'remove' in SSMS it will delete the log file, but then...
View ArticleConnectivity: Error 10054 An existing connection was forcibly closed by the...
This is a SQL 2008 R2 server. I am attempting the connection from SSMS. Neither windows nor sql authenication works. However, i can connect using sqlcmd. Also ODBC driver 'Test Connection' works....
View ArticleTCP connection closed
Hello,On our SQL (SQL 2012 SP 2) Cluster Server (AVGs) we received some 26073 Errors: "TCP connection closed but a child process of SQL Server may be holding a duplicate of the connection's...
View ArticleUnable to Start Distributed Transaction between two Clustered Servers
Hello Everyone,I have 4 servers, 2 each for application (Dev & Prod)DEV 1 & DEV 2 are standalone servers Prod 1 & Prod 2 are Windows Clustered Servers.From one application to other we do...
View Articlehow to insert Excel file data into table in sql
hi all, I have an Excel file with .csv extension . it has on sheet with name Sheet1.Now, i'm trying to insert this Excel data into one #temp table. I tried with syntax:----------------Exec sp_configure...
View Article