Is there any way to get the query to be exported with the results?
So far, I have been using SQL Server management studio by writing queries then saving the results into CSV by right clicking on the results and saving them (from the results grid). I have found how to...
View ArticleSQL Server taking long time to fetch data
Hi All,We used SQL Serve 2008 as DB for Informatica repository. In INFA_REPO_PC DB we have a table rep_sess_log which store information about Informatica Session Log. Now this table has 200 thousand...
View ArticleTypingtime for an object
Hi All...Quick question from a Rookie in SQL.. :)How can I change the "timelimit" for typing after an object... ?Scenario is like this; I open the node for tables on a database... and start typing for...
View ArticleNot 'Getting started with SQL server' but 'Getting SQL server started'
As a developer, I hate it when I lose valuable time because Windows 'is not working' and thus I can not work.I don't know what would be the best forum to post this, please let me know if there is a...
View ArticleAuthenticated logon
I'd like to add authenticated logon account on the MS SQL Server express 2012.How could I create and add it?
View ArticleImporting Data From XLS File to SQL Server
Dear All,I want to import the data from Excel(.xls) file to SQL Server (2008 R2). But due to some problem (may be data), an error is occurring when I am going to import using Import Data Wizard. I want...
View ArticleInstall sql server on windows server 2008 and for client/server connection
I'm new to programming and want to run a sql server on a windows server and connect to it over the lan ,exactly I want to create program by visual studio on my computer but I want to have my database...
View ArticleNorthwind Database
Hi, From which version of sql server the sample database Northwind is available?
View ArticleSQL 2008 R2
cannot start business contact manager because the sql server is not running. When I try to start the sql 2008 r2 server I get the error message "the request failed or the service did not respond in...
View ArticleUnable to install reporting services native
Hi all,I am unable install sql server reporting services 2012.Getting error code 1639. please help..Thanks, Srikar
View ArticleI'm having trouble adding a column to my table.
I created a table with three columns in it: UserId, password and username. However, I want to add in a fourth column for the GUID. I'm incredibly new to SQL so I apologize if the problem turns out to...
View ArticleChanges datatype to tinyint for the column which is composite key.
Hi All,I am having table which is having 65 crore of data in the tabale .i want change the datatype to tinyint to int.when i am runing the query for the altering its taking long time.and i am facing...
View ArticleAdd Null Value to the table
Hello Team, I had created a database dbSample which contains three Columns : RecordID, Name, AmountRecordID is Integer and Auto Increment is enabledName is a string, Varchar (500), Allow NullsAmount is...
View ArticleData purging
Hello All,I use sql server 2008 express as backend with VFP9 as fronend. I want to give user to select purge data yearwise. But I need to give user to see purged data whenever it is needed. If I create...
View ArticleUnable to install SQL Server 2012 Standard: Error code 0x851A0019
Hi All,I am trying to install sql server 2012 standard edition on windows server 2008R2 but at the end of the installation it is giving me the following error message: "The following error has...
View Articlecan i install new SQL server on my computer using service pack 2 or its just...
I want to install new sql server on my computer and I have sql server 2012 enterprise core edition with service pack 2 .Can I use it create a new server ?
View ArticleFragmentation
Hi Team In one of database some table index Fragmentations are utilizing above 90%. for this i have rebuild the Index that purticular indexes. Again after two hours its repeating some another...
View ArticleNot able to repair corrupted database.
Hi Experts:One of my database got corrupted and I an trying to repair by using following steps:ALTER DATABASE [abcde] SET SINGLE_USER WITH ROLLBACK IMMEDIATE;GOWhen I excute the above, the database is...
View Article