Specialicerade Microsoft SQL Server konsulter
SQL Service är konsulter specialiserade på Microsoft SQL Server. Vår styrka är att vi snabbt kan reducera komplexiteten i våra kunders SQL-miljöer. Med en reducerad komplexitet ökar effektiviteten – både i SQL-miljöerna och i verksamheten. Genom våra tjänster för konsolidering, drift, prestandaoptimering och rådgivning får våra kunder enklare och effektivare system som ger verksamheten ett bättre stöd och ökar affärsnyttan.
Våra kunder förväntar sig att vi alltid ska leverera snabbt, effektivt och rätt. För att kunna möta våra kunders förväntningar är våra konsulter kompetenta och lösningsorienterade.
Vårt viktigaste värdeord är stolthet. Vi på SQL Service är stolta över våra medarbetare och vad vi levererar.
Kontakta oss så berättar vi mer!
Merge issue: Attempting to set a non-NULL-able column's value to NULL
18 maj 2012
In SQL server 2008 (serivce pack3), we are trying to use merge to insert new records in a table and the source data doesn't contain any NULL values, but we get the exception "Attempting to set a non-NULL-able column's value to NULL". After a loot of
|
|
The SQL Server 2012 Core Factor Table
14 maj 2012
I am sure you have heard of the new SQL Server 2012 licensing model, out with CPU licensing and in with Core licensing. But did you know that all cores are not created equal? In fact that is why we need the Core Factor Table, to describe the relative cost...
|
RAISERROR
11 maj 2012
Yesterday i stumbled on a behaviour that i hadn't thought about before. This time it was RAISERROR error that surprised me, or it was RAISERROR together with TRY CATCH that surprised me. The problem was that i was running a large SQL script with
|
|
Job failed - failed to notify via email - dbmail in SQL2005
10 maj 2012
If you have configured Database Mail correct in the Management Studio wizard in SQL Server 2005 (yes, some still use that old but stable chump), with a profile connecting to a user etc, and also have set up a job so that a notification should be sent to...
|
Veckans fråga med svar - vecka 18
09 maj 2012
En av nyheterna när det gäller SQL Server 2012 är möjlighet till 15 000 partitioner. Veckans fråga till Håkan Winther handlar om just partitionering. När skall man använda det och finns det någon bra tumregel för hur stora tabellerna skall vara ?. Vilka...
|
|
Which tables do I have SELECT permissions on?
06 maj 2012
I would like to share a little tip form Books Online, that I found the other day. Sometimes it is needed to find out what my permissions are. A good function to use in that case is HAS_PERMS_BY_NAME. If for example I would like to find out what tables I...
|