visual basic 2013 and sql server 2014
now a days I am using visual basic 2013 front end and sql sever back end I want that when I enter custID on vb form in a textbox and press enter all the relevant record of the entered cutID get display...
View ArticleRebuilding non clustered index does not decrease fragmentation.
i have a table with millions of rows,there are 6 non cluster and 1 clustered index on the table.fragmentation of non clustered index is over 80 percent when i rebuild index it does not decrease the...
View ArticleSQL Server 2014 License compatibility
I have SQL Server 2014 core base Licenses. Can I use these licenses for SQL Server 2005 and SQL Server 2008 and 2008R2 as well?
View ArticleSource Control : Microsoft Visual Studio Team Foundation Server 2010 MSSCCI...
Can you please tell me "Microsoft Visual Studio Team Foundation Server 2010 MSSCCI Provider 32-bit "https://visualstudiogallery.msdn.microsoft.com/bce06506-be38-47a1-9f29-d3937d3d88d6/is applicable for...
View ArticleUnable to create SQL database in Azure
Hi, I have an Azure free trial account. However, it doesn't allow me to create a Basic tier SQL database on the management portal, but shows an error saying 'the operation is not supported for your...
View ArticleSQL 2014 License mapping with physical cores during/after installation
Hi,I have ESX Machine with 24 cores. I have to purchase SQL Server 2014 Enterprise physical core based license for 24 cores. so my question is- how SQL 2014 License will mapping/hosted/linked with...
View ArticleMigrating & Scripting Maintenance Plans
We are migrating from SQL Server 2008R2 to 2012. I have following questions:1- How do I migrate Maintenance Plans?2- Is there a way to script migrating a Maintenance Plan?Thank you for your help.
View ArticleHow does locking works in SQL Server
Hi,I am using SQL Server from some time but I still feel don't know some fundamental things e.g. locking. When we run SQL queries how does locking work, I know there are row level and table level lock,...
View ArticleVB.net & sqlserver
HOW TO CELL VALUE FILL CORRESPONDING CELL IN ROW FROM DATABASE VB.NET ?
View Articlesql 2000 database role
Hi ,I want to grant execute permission to all SP's in SQL 2000 database, when I tried to create a db_execprocs role it is throwing an error near ROLE, and when I googled I have found a script as...
View ArticleGood book on Microsoft SQL Server 2012
Hi Guys,which book you would recommend to learn SQL Server 2012 from SQL developer's perspective, instead of SQL Server DBA.Thanks
View ArticleA question about tempDB and performance
HelloCan someone please help me with the following question. I am not a DBA but rather have a question related to database performance, as I read a related post and want to understand the relationships...
View ArticleDoes installation language make a difference?
Hello all,A client has request a new server with Server 2012R2 and SQL 2008R2.I have installed it all in English, and they have now said that they have an application that will only run on a FRENCH...
View Articlehow to create a composite nonclustered index using sql server management studio
Hi,How do I create a composite non clustered index using Manage Index and Keys dialogue box?sukai
View ArticleAttach SQL Server 2000 database file to SQL server 2014
HI All, I want to attach SQL Server 2000 database file to SQL server 2014, but this error message occurs,“Database db_14 cannot be upgrade because its non-release version (539) is not support by this...
View ArticleResuse existing object (Sp,tables etc)or create new object if that is possible?
Hello Everyone,Is it a good practice to create new objects (stored procedures, tables etc.) or modify and reuse the existing object if that can be done?RegardsRegards
View ArticleSelect query gives insufficient system memory.
Issue: Msg 701, Level 17, State 123, Line 1 There is insufficient system memory in resource pool 'default' to run this query. Details : Some times we are getting the above issue when we run the select...
View ArticleHow much HDD space and an index possibly use?
I just ran this:sp_spaceusedDB size is 5432MB.reserved data index_size unused 5556408 KB 5336728 KB 1184 KB 218496 KBI have only Windows 7 and SQL Server 2014 installed on a 40GB...
View ArticleHow to determine if SQL Server 2008 is setup to be Unicode
HiI am trying to determine if my sql db is setup as Unicode or Non-Unicode.I ran the following command: SP_HELPSORTFollowing is the output: Latin1-General, case-insensitive, accent-sensitive,...
View Article