SQL 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 ArticleNeed help to reorg and collect statistics on tables in SQL Server 2008
Greetings guys, I'm new to SQL Server I need to know how to reorg the tables and collect statistics on tables. I searched a lot but I'm getting information for reorganizing the index and not the...
View ArticleIndexes rebuild issue
I am trying to figur out the reason for slow performance of my database,i am looking into avg_fragmentation_in_percent, and few indexes are over 50.should i rebuild these indexes?k
View ArticleQuery to obtain a list of tables with a column name that contains a specified...
Say that you a large number of tables in a database and you want to have a list of all the tables in the database in which one or more of the column names contains (or is) a specified substring...
View ArticleUsing a not equal in SQL Case Expression
The SUBSTRING function returns @domain.com. I don't want any results to be displayed from my sql statement if it equals @myemail.com. I'm getting an error that says invalid syntax near <How can I...
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 ArticleIIS Performance
HiIconfigure theapplicationserver2008R2and2008R2database mssql.The serverrunsan application thathas a databaseon the SQLserver.After installingtheSQLSPwasa permanentload sqlserverCPU.If...
View ArticleNeed help in defining the sql query
Hi Experts,I am an beginner in sql queries. Any help would be greatly appreciated.Thanks in advance.I have 2 tables say Employee and...
View ArticleWSUS - Windows Internal database - ERD - Entity Relationship Diagram
I would like to create a query for wsus.This query will report this:In this computer group or computers groups all the needed updates until some date.With this information I will approve the correct...
View Articlestored procedure slow, thoughts?
exec NIC_ENTERPRISE_PatientActivityLogSearch @lUser = 208551, @SDate = '2013-07-22 00:00:00.000' ,...
View Articleimport 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 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 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 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 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 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 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 Article