How 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 ArticleSQL Server Management Studio 2008 R2 Question
Hello, I think I posted a question, but I cannot find it on the website anywhere. How do I find what I posted?
View ArticleSQL Server 2008 R2 and SSMS tools
Hello. I am a novice at SQL Server 2008 R2. I am a faculty member at a college. SQL Server 2008 R2 is installed successfully on a Windows server and I can access SSMS on the server on a closed network...
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 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 Articlestored procedure slow, thoughts?
exec NIC_ENTERPRISE_PatientActivityLogSearch @lUser = 208551, @SDate = '2013-07-22 00:00:00.000' ,...
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 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 ArticleAutomatic Updating Table from CSV file
I have a CSV file AllLabore.csv that I like to import to an existing table of a database every time the file renews. But only the records that don’t exist in the table. What is the best approach I can...
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 ArticleIIS Performance
HiIconfigure theapplicationserver2008R2and2008R2database mssql.The serverrunsan application thathas a databaseon the SQLserver.After installingtheSQLSPwasa permanentload sqlserverCPU.If...
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 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 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 ArticleWhat is meant query cost
hi Experts what is meant query cost?.how the query cost play role in performance.what are things care by query cost.Thanks in advance.Thanks - SelvaKumarSubramaniam.Please MARK AS ANSWER, if my answer...
View Article