import data from excel/text file to sql server database
how can i import excel file / txt file to sql server database 2005?and how can i speed up the execution time?
View ArticleUsing a Temporary Table in a View in Order to Combine three Queries
Hi all. I am trying to create a view using the three queries below and I get the error messageViews or functions are not allowed on temporary tables. Is there a way to do that or is there a way to...
View Articleconverting a procedure and query from mysql to mssql
Hi all i tried to convert a procedure from mysql to mssql server and fail :(This is the procedure i want to convertDROP PROCEDURE IF EXISTS famsubtree; DELIMITER go CREATE PROCEDURE famsubtree( root...
View ArticleOracle System DSN
I created an oracle system DSN (Windows 7 64 bit PC). However there is not "test connection" button in windwos 7 ODBC data sorce administrator. I want to test the connection to make sure I have...
View ArticleHow to Install SQL Server 2008 R2
First of all thank you for any and all help that you can provide. This is the most frustrating time I have ever had with a Microsoft Product. The install is always the easy point and I cannot get SQL...
View Articlemay i get the result with pivot concept in sql from my source table
my source table is PartyID Nominee/Jointholder/GaurdianID RoleID10001 10068 210001 10070...
View ArticleMaintainance plans
Can you please answer my questions below1.do i need to run update statistics after running Rebuild index.i read rebuild indexes automatically updates statistics2.most of my subtask fail on this server...
View Articlewhich is better career path for me and more decent
I love databases , database design , database development and database administration but i'm so confused which is better career path for me and more decent : Path 1 : 1- MCSA SQL Server 2012 2- MCSE...
View ArticleWhat is Index allocation map(IAM)
Hi all what is the exact difference between IAM,GAM and SGAM. i am Google it a lot.but i couldn't find the difference between these 3. please guide me.Thanks - SelvaKumarSubramaniam.Please MARK AS...
View ArticleWhich database platform for me is better?
Hi,I have 4,464,000 record per day,so i have 1,633,824,000 record per year.Which database platform is better for me.MS SQL Server or Oracle or ...?Help me please.I need to be convincedUnfortunately, I...
View ArticlePartitioning table on a column
in my project, the Sql server DB contains lot of customer information into different tables. The information about the customer is huge but the actual number of customer are less comparatively hence I...
View ArticleHow could I restore database from network file share
I use SQL2008R2I tried to run the below queryuse FIMSynchronizationservicerestore database FIMSynchronizationservice from disk='\\IPaddress\filename'but, syntax check says, there is error near...
View Articlestored procedure slow, thoughts?
exec NIC_ENTERPRISE_PatientActivityLogSearch @lUser = 208551, @SDate = '2013-07-22 00:00:00.000' ,...
View ArticleSimplified Query Designer
I'm looking to create an adhoc analytical environment for intermediate users to replace our SAS E-Guide application. No one is using SAS for anything more than ad hoc queries and SAS is expensive. The...
View ArticleCan I restore 2008 R2 Bak to SQL 2012 Standard or BI edition
I have a backup copy from SQL 2008 R2 SP2My question isCan I restore it to SQL2012 Standad edition ?
View ArticleInsert return value on update
Hello everyone, is there any how to, uppon an update, do and insert retrieving the value of it? I mean, by this queryinsert myTable(date) OUTPUT inserted.id values (GETUTCDATE())it insert the value and...
View ArticleExecuting SP within Sql server
HiAm a newbie in sql server pls help me to sort this issueAm having a tablecreate table table1 ( id int primary key, dob date )with some values insertedinsert into table1 values(1,'1990-12-12') insert...
View ArticleSQL 2012 Express Installation Location possibilities for VAMT 3.0
Hello All,I am looking into using VAMT 3.0 (since it can save unlike 2.0 heh) for activating the clients on my network. Our server C: drive space is a little tight and I was wondering if i could have...
View ArticleI have some doubt!
I HAVE MICROSOFT SQL SERVER 2005, WHEN I SELECT AT TIME SHOW LIKE THAT "CONNECT TO SERVER", BEFORE I CONNECT TO SERVER I DO NO SERVER NAME SO WHAT CAN I DO.REPLY SOON TO MY MAIL IS IS:...
View Article