Internal memory pressure
Hi,Can anyone share links/examples on how to identify and troubleshoot sql server internal memory pressure from SQL Server 2005 onwards.Thanks in Advance.
View ArticleNo way to configure SQL Server for remote access.
I have installed SQL Server 2008 R2, before writing here, I have done all steps in order to open remote connection to my sql server. added exceptions to my firewall, enabled TCP/IP, changed to mixed...
View ArticleMSDB AND MODELDB
HI TO ALL,1. WHEN MSDB & MODEL DB CRASHED BEFORE TAKING BACKUP WHAT ACTION SHOULD BE TAKEN IN PRODUCTION LEVEL?2. HOW MANY DATA FILES AND LOG FILES CAN BE CREATED FOR 1 SERVER / 1 DATABASE IN...
View ArticleSQL Server 2000 high cpu, low io.
Hi! AllI have a box with cpu higher than 80% and low IO (logical page reads low).I have a trace runing to capture queries with cpu higher than 1000 ms.Selected classes are : RPC Compteted,...
View Articlemy application was slow on a server of particular database related.
himy application related to particular database was slow . how can i find the database stats related to particular application. what are the all other reasons for make the application...
View ArticleDefine table row variable and access to data?
hi,we used from this code: execsp_spaceused@objname='Entity_Import_Letter_Zone1'we want define a table row variable to save command result and change type of one field(DATA) from varchar to...
View ArticleSQL Buffer Pool Size Management
Hi allI had a thread that discussed SQL Server's plan cache and eviction policy....
View ArticleSQL 2005 Database Mail Failure
I have set up database mail in SQL 2005 and it works fine when I am sending mail from within Agent Jobs. Also works fine when I send a test email by right clicking database mail and using Send Test...
View ArticleInternal Query Processor Error on SQL 2008 Express x64 when accessing from...
Hi All. I've spent huge amount of time trying to solve subj error. Fortunately, I've found a workaround, but the problem itself still exists. I created stored procedure which updates one field in one...
View ArticleError Connecting to SQLSERVER:SQL as a drive for LocalDb
Please see below. There is some kind of communication problem when I try to access "(localdb)\Projects" using the ability to connect to SQL Server as a drive, and then ultimately later (e.g. $server =...
View ArticleLog filling with "Starting up database xxxxxxx"
I am running 2008 R2 on Windows Server 8 64 bit configured with 4096gig. sqlservr.exe is currently using 2.85 gig according to Task Manager.I recently restored 7 small vendor databases (2005) to our...
View ArticleA connection was successfully established with the server, but then an error...
when i try to connect Database engine using windows autentication i get following error.A connection was successfully established with the server, but then an error occurred during the login process....
View ArticleBulk Insert format file
Hi,I am trying to insert a sectional CSV file into database using a format file. my CSV file looks like:Section::Test Column1,Column2 1,2 Section::Test2 Sec2Col1,Sec2Col2,sec3col3,sec4col4,sec5col5...
View ArticleTest Database Configuration
Firstly, I understand this is probably not the most appropriate forum for this question. I have tried a couple other places with no luck, and you guys are quick, so maybe I'll get an answer here. If...
View ArticleBulk Insert microsoft bug
Hi,I have an issue with bulk insert where it picks wrong rows for insertion from a CSV file with sections in it.my file looks likeSection::Test Column1,Column2 1,2 Section::Test2...
View Articlecustom query between Merge syntax conditions???
Can we write our query inside the merge syntax...Ex: Merge table as TUsing Table as Son (T.ID=S.ID)WHEN NOT MATCHED BY TARGETTHEN{insert query}-- Here, after inserting records i want to delete them...
View ArticleDBCC CHECKDB Job Failed
Hi All,I have a SSIS Package Maintenance plan to execute DBCC checkDB for UserDB on my server.The Job as suddenly failed now.Executing the query "dbcc checkdb('MYD?Name') with no_infomsgs" failed with...
View ArticleGenerate a Hierarchy Key in Dimension
Hi,I am currently at loss how I will be able to generate the productcategory_key and productsubcategory_key for dbo.dw. To generate, for productcategory_key, the combination of product +...
View ArticleREPLY ME
HI TO ALL,1. What is a Dead lock victim?2. WHERE N HOW CAN I FIND (Alert me when someone responds to this post) OPTION IN MS SQL SERVER SITE.(I ALREADY CREATE AN A/C BUT I WANT ALERTS THROUGH MAIL.)PLS...
View ArticleBulk Insert row terminator
HiI am trying to insert a .CSV file with sectional division of data in it. i am unable to insert the row, which i want to pick and insert as the row numbers are not taken as in the .CSV filePlease...
View Article