When I execute the query:
select * from dbo.JuniorInschrijving
where [JuniorAanmeldingsHistoriekid]
in (select [JuniorAanmeldingsHistoriekID] --does not exists in .[JuniorAanmeldingsHistoriek]
F…
Created on 5/15/2013 (updated 6 days ago) | 1 validation | 0 workarounds | 3 comments | feedback id: 786947
|
|
I was running through all tables in my database and once I clicked a tabel an got: 'already exists (Exception from HResults: 0x80030050 (STG_E_FILEALREADYEXISTS)).
Created on 1/22/2013 (updated 14 weeks ago) | 1 validation | 0 workarounds | 1 comment | feedback id: 777130
|
|
We have a 8 core system with hyperthreading on. An old application using SQLOLEDB protocol version: 1895825409 connects all the time to sql server.
Users get timeout while we see 10% cpu load od sql s…
Created on 1/7/2013 (updated 4 weeks ago) | 1 validation | 0 workarounds | 5 comments | feedback id: 775958
|
|
|
Closed
as External
|
|
declare @s nvarchar(max)
set @s=' ........'
If you make it input string long enough it's cut off.
I had to use
set @s=' ' --part1
set @s=@s+ '...' --part2.
Seems some kind of bug, no?
Also if you w…
Created on 10/19/2012 (updated 30 weeks ago) | 0 validations | 1 workaround | 2 comments | feedback id: 768038
|
|
|
Closed
as By Design
|
|
I have a database and I try t shrink the file MatrixNEW_Data with
Task> Shrink >Files: there I select the Data file with filename MatrixNew_data but I get the error:Msg 8985, Level 16, State 1, Line …
Created on 10/2/2012 (updated 17 weeks ago) | 3 validations | 0 workarounds | 6 comments | feedback id: 765698
|
|
|
Closed
as Not Reproducible
|
|
On our server we see very high connections= 5000.
Of those connection only a few are actually doing something, so the server has almost nothing to do (cpu: 3; 8cores, disk IO: <0.5MB; almost no activi…
Created on 6/19/2012 (updated 47 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 749880
|
|
|
Closed
as Not Reproducible
|
|
I started the query: select * from ExecutionLog2
and I cancalled it right away because I forgot the order by
Then I got this message :
An error occurred while executing batch. Error message is: Excep…
Created on 6/5/2012 (updated 14 weeks ago) | 1 validation | 0 workarounds | 2 comments | feedback id: 746701
|
|
|
Closed
as Won't Fix
|
|
Failed to map path '/aspnet_client/system_web/2_0_50727/webform.js'
It seems that certain reports crash my reporting services because suddenly the report manager is not available anymore.. giving the…
Created on 6/4/2012 (updated 36 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 746242
|
|
I just installed SQL SERVER 2012. THen I opened the Master Data Services config.
I created a database bit IIS was not installed.
Opening web config I get an application error: could not load Microsoft…
Created on 5/24/2012 (updated 50 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 743541
|
|
|
Closed
as Won't Fix
|
|
Since this weekend I'm getting almost all the subscriptions of Reporting Services fail: Error during query processing.
If I check the running sessions, I see all Resource_Semaphore_query_Compile waits…
Created on 4/10/2012 (updated 57 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 736323
|
|