Non Yielding scheduler
Can anyone review please and recommend for thisCurrent time is 00:51:59 07/29/14....
View ArticleSQL Server DIsk Layout
Hi All,What is the best practice for SQL Server Database file layout on the Server.
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 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 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 Articleupgrade sql2008 r2 evaluation to sp1
Hican i upgrade sql server 2008 R2 enterprise evaluation version to SP1Regards Sushain KApoor
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 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 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 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 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 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 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 ArticleCan oracle work with Windows Authentication for SQL Server database
Hi All,I am trying to create a data source in oracle console by connecting to SQl server 2008 database using windows authentication.I am able to connect to database using SQL Server Authentication,but...
View ArticleSql server 2008/2012 Trigger Query
Hi All,I am trying to create a SLQ server trigger so that when TAS1 code is 003 then change the HRSCODE to OTHR. Would anyone be able to provide me with a sample code as to do this please ?
View ArticleAugust SQL Server Guru - Festival of the Awesome SQL Server
It's here at last!The August round of the TechNet Technical Guru Competition!The quality and quantity of entries has been beyond our wildest expectations lately, with epic posts and useful snippets...
View ArticleHow to check last log backup happend in sql server
Hi All,How to check last log backup happend in sql serverThanks in advanceShashikala
View ArticleThe usage of Ident_current
Hi,I have a question on this Ident_Current. I am getting duplicates when the code below is run (example):DECLARE @s_RatingSessionNo nvarchar(30);SET @d_CurrentSystemTime = CS.F_GetSystemDateTime();SET...
View ArticleI Cant connect to Localhost after installing sql Server 2012 r2 Sp2
Hi,I can't connect to localhost after installing ssms. Also, I can't find SQL on Services. Do you have any ideal? Thanks!
View Article