Reg:Uploading Excel File is not working
HI Friends,After Uploading a file i will show data in Gridview.Then i will Import in a Sql Table.Another machine i have published Its working fine.But After i have Publish in New Server its not...
View ArticleSQL Remote connection without specify PORT Number between different locations
Hello,We need to connect SQL Server from one machine to another machine.We have installed SQL server with instance name as SQLExpress.We can able to connect remote connection with client machines in...
View ArticleClient statistics showing zero's
When I click on the show client statistics it shows all zeros. See screenshot.Alan
View ArticleProblem with unicode
Hi, when doing the insert using these cmd = new SqlCommand("insert into dbo.ite_tab (...,area,...) values (...,@area,...)", conn); ......
View ArticleActive directory
Hi Everyone,How the data in active directory gets stored?Are the data getting stored in SQL Server?I have googled is, but didnt found any articels. Thanks,Karthi K
View Articlebackup status
Hi,I want to check if there are any backups running in SQL Server 2012. We are shutting down the servers and I have to make sure no backups are running.Please helpRegards
View ArticleUnable to open physical file - Operating system error 5: 5(error not found)...
I am trying to attach a database to SQL 2005. This database has not previously been attached. I have only just installed SQL. I get the following message: Unable to open physical file...
View ArticleCDC Oracle source SQL Server destination
Hi can anyone recommend CDC software for moving data from oracle to sql server.We have looked at attunity, before we can make a decision we need to look at competitors.
View ArticleSQL Server 2008 R2, Error: 701, Severity: 17, State: 123, There is...
In the error log, I get: 2013-06-02 00:00:37.78 spid22s This instance of SQL Server has been using a process ID of 1268 since 5/15/2013 4:12:15 AM (local) 5/15/2013 8:12:15 AM (UTC). This is an...
View ArticleSET options used in SQL Server 2008
We are using the following SET options in Oracle. I need to convert the same Oracle script to SQL server script which have the following SET options.SET ECHO OFF /*to suppress SQL queries in the...
View ArticleQuery over linked server responds with partial data when the spid on the...
Local server is version 10.50.4000 Linked server is 9.0.5000 With the following stored procedure: Create table #TMP ( [ID] int NOT NULL, [SKU] [varchar](50) NOT NULL, ... )...
View ArticleAn error occurred while executing batch. Error message is: Exception of type...
I am getting this error repeatedly on SQL Server 2008 on Windows machine when i run a simple query which involves close to ~ 10 million records. select sum(a.test) from (select COUNT(*) as test from...
View ArticleDatabase Mail not sending emails
Hi, I am not able to send emails using database mail. can you please help me in fixing the issue. Server : SQL SERVER 2008 R2 Enterprise Edition (64-bit) Windows: Windows SERVER 2008 R2 Standard...
View ArticleMAXDOP for NUMA + Hyperthreading
Hi All,Quick question - i'm referring to this statement from - http://support.microsoft.com/kb/2806535"For servers that have NUMA configured and hyperthreading enabled, the MAXDOP value should not...
View ArticleUpdate PDF file in FileTable
Hi- I'm new to working with FileTables and am wondering if the following code (which saves annotations to a PDF file in the FileTable with changes that are made through the PDF control) makes sense. My...
View ArticleIssues with reporting percent log space used, between DMV and DBCC
Using SQL Server 2012 SE 11.0.2100, I am getting two different sets of values when querying for log space between the DMV and the DBCC command. Querying using the DMV. select instance_name as DBName,...
View ArticleUser cannot access database over VPN - database not accessible - sql...
I haven't been able to find this scenario or a solution from searching. Any help is greatly appreciated.Using Sql Server Management Studio, I can connect to the database engine. Inside the office -- I...
View ArticleUnable to connect from SQL server 2008(Sp2) version client to SQL...
Our requirement is to connect to dtatabse server from .net application sitting on application server to invoke and run the sql agent job in database server.But there is different version of SQL server...
View ArticleThai Buddhist Calender for SQL Server 2008 R2
Hi,This was a bug raised in SQL 2005 and in 2008 was not resolved. https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=338071Can anyone tell me if this has been resolved for...
View ArticleSQL Server Target Memory
Hi AllI have few SQL 2008 R2 32bits on Server 2008 32bits, I leave all the min and max memory setting to default ( i know it's a bad practise). I start up all the sql servers and check their target...
View Article