Storing Database on PEN Drive
Hi,<o:p></o:p>I am creating an accounting software. I want to store data base on pen drive , so when i plugin the pen drive it will automatically detect and store the data on pen...
View ArticleSetFileIOOverlappedRange Error AFTER Installing SQL Server 2008 R2 SP2 / Win...
SQL Server 2008 R2 - 64 BitVersion: 10.5.4260 (SP2 CU1)OS: Windows Server 2008 R2 Enterprise 64 bit SP1 With Hotfix 2679255 installedSQL Server Trace flag 8903 enabledIn the environment described...
View ArticleSQL Server 2005: 20vcpu/124GB with 4 numa nodes. ple drops and foreign pages...
I took a DBCC Memorystatus and it doesn't look right to me....Is this normal? I could be starving the system for memory.Memory Manager KB------------------------------...
View ArticleWAITSTATS output...where is the real pain point?
Hi All,While im on the MAXDOP high, i thought i'd pose another question for a waitstats output im getting from one of my OLTP servers:If i order by waittime:CXPACKET, has the greates percentage of...
View ArticlePermissions on server scoped catalog views or system stored procedures or...
hi, I want to grant select on sys.database_mirroring to a monitoring user. When I did this: use msdb go GRANT SELECT ON sys.database_mirroring TO user1; go I received this error: Msg 4629, Level 16,...
View ArticleLimit SQL agent jobs based on User rights...
Hello folks. I'm trying to setup a Dev SQL Server 2008 R2 server for my Developers which are divided into two teams (Team A, B). Each team can successfully create jobs, but upper management does not...
View ArticlePlan Cache Related Performance Drop After SQL 2012 Upgrade
We've installed SQL2012 on one of our servers and spotted an overall performance drop of around 20% when compared to SQL2008. On the same hardware and identical database settings (Optimize for Ad Hoc...
View ArticleTPC-E test on SQL Server 2012 high runnable task count
I know I probably shouldn’t be replying to this old thread, but I’m crossing my fingers that Jonathan Kehayias will see activity on this old thread and respond…I’m using Quest Benchmark Factory to run...
View ArticleSplit existing Partition - Grows log file in GBs and take hours to run
Hi,I have an existing table with around 200 Million rows and couple of partitions.I would like to split the partitions e.g. the Latest partition hold the data where date >= '2012-01-01' and I want...
View Articlewhat all ports should be opened to connect to a named instance running on...
what all ports sould be opened to connect to a named instance running on port number 7000SQL Browser enabledAble to connect with SERVERNAME, 7000 but not with SERVERNAME\INSTANCE NAMEIt is static...
View ArticleMore columnstore woes
Hi all,I have an issue with columnstore and the query optimiser. I am running the following query:SELECT Store.StoreId, COUNT(*) FROM Fact.Sale INNER JOIN Dimension.Store ON Store.StoreId =...
View Articlecan't attach outlook 2013 bcm database in SSMS
Hello,I upgraded my laptop from Windows 7 64 bit Office 2012/BCM 32 bit to Windows 8 Office 2013/BCM.before the upgrade I detached the bcm database in SSMS. made copies of the mdf and ldf...
View Articleadd-type -assemblyName System.IO.Stream is failing in powershell script
Hi all,I am trying to do some automation using powershell scripting. I have following code in my script:add-type -assemblyName System.IO.StreamI also have this: add-type -assemblyName System add-type...
View ArticleLogon SSPI handshake failed
Hi,We are receiving following alerts (SQL Server 2005):"Logon SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed....
View ArticleReg Differential database restoration
Greetings,I am new to SQL Server, I am performing a differential database restoration, I need to know how to find out what are the backup files that needs to be restored before or after with a...
View Article[FullText] Indexer seems to cut up some words at accent position
I have a full text catalog defined on 2 VARCHAR columns of a single table. It works well except for a few words where indexation seems to cut the term where an accent is found. It doesn't do it for all...
View Articlewhy a certain process is running so long
Hi Experts.How do you guys look into a issue, when some developer complaints that his process running from so long time.I am just expecting basic steps you look into.
View ArticleSQL2012 SP1 - Errorlog message: Failed to allocate BUFs:...
Hi all,recently i have received following errors in my errorlog: Failed to allocate BUFs: FAIL_BUFFER_ALLOCATION 1this error is followed by: Memory Manager KB...
View Articlewill Partition help if the large table has lot of Inserts and Updates
Hi All, We have a very large table it is about 100 GB and we are planning for partationing. The current scenario is this Large table will have lot of updates and inserts, currently we are like facing a...
View Article