Connecting to external database
I have an instance of winserver 2012 on Amazon web services. The instance included a bundle of additional pre configured things. One was the SQL 2008 server express. I am working locally on my machine...
View ArticleSQL varchar chinese data cannot display correctly
My web page can show correctly all the chinese word, but only the SQL result result garbled (chinese word )I am using IIS + aspx + aspx.vb to disable the data as followingI am use MSSQL 2008, I have a...
View ArticleNon Yielding scheduler
Can anyone review please and recommend for thisCurrent time is 00:51:59 07/29/14....
View ArticleTotally frustrated with SQL Server Express Install
Before updating my PC to Windows 8.1 I had a working VS 2008 environment and SQL Express 2005. Now that I have upgraded the OS, I am unable to get any version of SQL Server Express to work with my...
View ArticleSQL Server DIsk Layout
Hi All,What is the best practice for SQL Server Database file layout on the Server.
View ArticleQuery to Identify Compressed Tables?
Is there a query to identify which tables are compressed? Isn't the following query limited to just the partitioned tables that are compressed? SELECT DISTINCT NAME FROM sysobjects x...
View ArticleMemory
Hi All,We have 16GB RAM ,64 bit server, ,here when i checked for properties for the server in general tab memory is 16380 MB, bit confused.Here how do I found how much GB is used by SQL SERVER and OS,...
View ArticleDisplaying the sizes of every table in a database
Hello All,I need to get the table sizes for each and every table in a database.I would have checked it manually but there are many number of tables.I am using SQL Server 2008 R2.Thanks and Regards,...
View ArticleNEEDED: More SQL Server Answerers
We need more answerers in this forum! The basic idea is that if our answers get marked, then we know which threads to focus on (no questions left behind), and the people who answer the questions can at...
View ArticleTimout expired error is coming while generating script in sqlserver
i try to backup my database from hosted server. so i generating scripts with data via wizard. after executing all objects ,one error is coming like 'timeout expired'. and i try to restore this script...
View Articleupgrade sql2008 r2 evaluation to sp1
Hican i upgrade sql server 2008 R2 enterprise evaluation version to SP1Regards Sushain KApoor
View ArticleUpdating SQL data via Office 2013
Hi friends,I am using Office 2013 with SSMS 2014 SQL Server 10 & 12. Is it possible to update data of a SQL DB table via Access or Excel?Please see if a detailed walkthrough is provided.Thanks in...
View ArticleCan't access SQL Server 2014 LocalDB (local instance ) in Management Studio...
Yesterday I downloaded and installed 64 bit SQL Server 2014 LocalDB on a Windows 8.1 desktop. I also downloaded and installed the tools. Prior to the install I verified all the hardware and software...
View ArticleMicrosoft About to release SQL Server 2008 SP4 and SQL Server 2008 R2 SP2.
Hello Friends,I got a chance to read below Microsoft SQL Server service release blog which says SQL Server team is planning to release new service packs for SQL Server 2008 and SQL Server 2008 R2....
View Articlereading text from database instead of reading string
hi i created a cms for a razor based website.so i save a text into a database as text and it's also show as text int the database (with new lines etc.)but when i read it to display it as text in the...
View ArticleSQL Database Auditing
Hi TeamWe are doing Database Migration in mean while we are planning to database auditing these databases are using or notHow can we check the database bases are using or not incase database was not...
View Articlequery regarding sql server
i downloaded Microsoft visual studio 2010 in my laptop for windows 8 and in that the sql server is not working.the services for sql server is not starting .so pls help me in starting the services for...
View Articleunable to connect to SQL server from visual studio
I am using visual studio ultimate 2013 and SQL server express edition with tools.I have following connection class to establish connection with SQL serverImports System.DataImports...
View Articlesimple insert question: Syntax of example from documentation
I am doing a simple insert. I got this sample insert command from here:http://technet.microsoft.com/en-us/library/dd776381(v=sql.105).aspx What does the “N” represent in the value N’FT’ (and...
View Article