Hide Results Pane
How do I hide the Results Pane in SQL Server Management Studio 2012? It used to be Ctrl+R but this no longer works :(
View ArticleSQL statement, Please help!
OrdersOrderIDCustomerIDCustomersCustomerIDCustomerNameIs there an SQL statement where i can query a customer name and return all there orders?any help would be greatly appreciatedkindest regardsJamesjames
View ArticleAccess and SQL Server Database Developer
This may be a silly question, but I want to make sure I'm correct. I have a query I created in SQL Server Express 2008 R2 which created a file with the sql extension.I'm using Access 2010 and I want to...
View ArticleHistory Control
I have a data that get uploaded almost everyday and I need to filter these data as Final,Current,Previous and Archive based on the version and date they are updated. Could anyone have any suggestion...
View ArticleSQL query result shoes value ids instead of value names
Hi All,Pleaes i need help.When selecting top 1000 result from a table, it give me a lot of result taht are useful for me. But one column named "subcategory", it give me the Subcategory ID instead of...
View ArticleAre the default databases necessary? Master, Model, msdb, tempdb
Hello,I admit, I know nothing about SQL but would like to learn some basics. WHen you set up SQL server 2012 (and previous versions) it usually has some databases when you first open SQL (probably an...
View Articlehow to view all records in the database having same values in all the rows
I have two rows with the same Eno...i want to view both the enos in ma gridviewFollowing is ma code: try { conn = new SqlConnection(@"Data Source=RAMESH\SQLEXPRESS;Initial...
View ArticleCan not find SQL Server 2014 docuementation for environment behind a firewall
For SQL Server 2012 there was a possibility to download the complete product-documentaion as an iso-file for installation on computers located behind a firewall....
View ArticleIs there any reason not to use [sa] as db_owner?
Hi,Is there any advantage for not using [SA] as the owner of database ?If we create a SQL Server Login [DatabaseA_Owner] as owner of the Database_A, is it necessary to create a user [DatabaseA_Owner]...
View ArticleQUERY WHICH COUNTS NUMBER OF TIMES WORDS/LETTER APPEAR IN SENTENCE - Thanks
I have this query belowit gives the number of times a txn is hign comfort and Approved.. nyumber of times txn is meduim comfort and approved etc.There is a futher line whihc shows the number of times...
View Articlelinked servers query
where can you see linked servers configured in our sql server instance, is there a SQL query? And will it list under which account the link has been configured?By default can everyone make use of this...
View ArticleGetting messages when SQL call is made from code
When I run a stored procedure in SSMS, I can click on the "Messages" tab and see a bunch of messages. If I write a .net app (C#) to call the same proc, is there a way to log the messages, either on...
View Articleserver logins for mssql apps
Albeit not a developer myself, is it common for applications with an underlying MSSQL database, to have a server level login per application user, or is there other ways to control access to the app so...
View ArticleSQL Software Assurance
How do we go about upgrading SQL 2008 to SQL 2012, where can we found download software and product keys?
View ArticleRecent Date, Last date and Date before that
What is the way to reterieve the latest date, Last date before that .....I need to use this for version maintenance table.I need to do this withouth doing max...below is my querydeclare@version...
View ArticleAnother thought about virus scanning mdf\ldf files....
I read the articles and was convinced that the mdf\ldf files in our sql server data directories should not be antivirus scanned. I presented this to our Networking admin and he thinks that is a bad...
View ArticleCan not download trial of SQL 2014
I can not download SQL 2014 evaluation program. Just hangs. Can not get help.
View Articlesql server reporting & analysis
I have some tables that collect records on a daily basis amounting to 20+million for each table. The tables are very similar and consist of a few string fields. I run a nightly job that gets counts...
View ArticleHow to debugg Stored Procedure?
Hi ,Greetings of the day,How to debug the stored procedure in sql.(how to enable debugging.)Thanks and RegardsShivanand.Yours Shivu(shivu.betta@gmail.com)
View Articlesys.servers and links
Can I ask if you defined a linked server (and there is an entry in sys.servers), where can you see under which account the link has been established?And where is the link created. I.e. if we need...
View Article