how to create a report on all the table size
Good Day..Im actually new to MIcrosft SQL and would greattly appreciate it if i can have some few pointers from you guys :)I'm using Microsoft SQL 2008 R2, and would like to know if there is an option...
View ArticleImport and export wizard error in sql server 2008r2
I am getting this error when i am trying to import data from tally erp9.0 using import and export wizard in management studio 2008. pulikondas
View ArticleSSMS Client
HI All,Seeking a help from you. I have installed Sqlserver on my server and my client desktops need to access SQL server from their systems. Is there any way to install sqlserver client on the client...
View ArticleHow do I enable SSL encryption for an instance of SQL Server on a SQL Cluster...
How do I enable SSL encryption for an instance of SQL Server on a SQL Cluster server? OS 2008 R2 SP1, SQL 2008 R2?
View ArticleERROR DOWNLOADING - Microsoft SQL Server 2014 CTP1 Evaluation Resources
Can anyone successfully downloaded SQL server 2014 CTP1 ? I tried to download the ISO and getting the following error --------------------------- Unable to Save File --------------------------- Please...
View ArticleIM-NMS SQL server agent jobs fail with error 2812 - stored procedure does not...
Interesting enough, if i right click on the SQL Server Agent job and goto properties, then choose "Steps", then edit and then cut/paste this command to MS Management Studio query window, hit execute....
View ArticleConversion Failed
Good Day.I would like to ask for some advie since im totally new in sql 2008. Im trying to display data on my querry but the problem is my condition is a string a need to output an int value, kindly...
View Articlesql server 2008
I am getting this error code when I try to install sql server software " an error occured creating the config section handler for user...
View ArticleExtracting data from SQL Server Dataset into a class
I’ve already read a tone of articles, but I don’t actually understand how to extract data from a SQL server table into a class where I need to perform some calculations and display calculation results...
View ArticleConditional join
Hi I have a Clients and a Supplier table. I also have a Contacts table which keeps contacts from both Clients and Suppliers. In Contacts table I have CompanyID and CompanyType fields with CompanyType...
View ArticleIf rs.recordcount < 1 Then it seems not to be working it creates duplicates...
Private Sub ErrorCode_AfterUpdate() Dim db As DAO.Database Set db = CurrentDb Dim rs As DAO.Recordset Dim strsql As String strsql = "SELECT* from errorcode where symptomcode =" & Me.[ErrorCode]...
View ArticleSetting a table name to a correlation name in php for SQL db?
I’d like to know how to use a correlation name for the table name? I have a table named ‘contacts’ and I am trying to write a statement that contains inner joins, but I don’t know how to do that.So,...
View ArticleDatabase restore failed becuse mdf cannot be overwritten. It is being used by...
Hi, I have a two SQL 2012 databases in Development Environment as below:1. LT_MSCRM (Main Development Database; Same database name is used across Testing and Live servers)2. LTTEST_MSCRM (Just Created...
View ArticleRound Off float value to 2 decimal places
Hi,I have a requirement in SQL Server. Say I have a value, 178.6999I need this to be shown as 178.70I tried 'select CAST(ROUND(178.6999, 2) AS FLOAT)'Please help... :(
View ArticleHow to host a database on a network share drive
Hi,I have google this question a lot and it has gotten me no where. I am trying to put a database on a network drive so my office can access the database. This is the only way all the computers are...
View ArticleHow to shrink the Transaction logs in sql server 2008 R2
IN MY SQL server,Current size of LDF is 162 GB.kindly help me how to delete the transaction logs in sql server 2008 R2 and give detailed query as well.
View ArticleSupport for memory-optimized data filegroup in SSMS 2014 CTP1
I don't see the UI mentioned in SQL Server Management Studio Reference to create a database with a memory-optimized data filegroup in SQL Server Management Studio 2013 CTP1. Am I missing something?
View ArticleConditional Computed Columns in SQL Server Views
Conditional Computed Columns in SQL Server ViewsI am trying to create a SQL Server 2008 View from an existing Table Students with the following Query it gives me an error mentioned below (Also...
View ArticleHow to Merge a Table
I am having Table1 as Main Account and Sub Account with Account No. First 8 digits are same. Now, I have to create a Table 2 with all the Main Account as it is but the Sub Account (end with 03) having...
View ArticleSSRS 2008 R2 vs SSRS 2012
I have little-no knowledge of these programs but have to compare these two programs and the differences btwn 2008 R2 & 2012 SSRS as well as those two compared to COGNOS. Can anyone please please...
View Article