Answers To SSIS Interview Questions
This is just a starting point for you to prepare for your interview so make sure not to limit yourself...
2008-05-19
4,079 reads
This is just a starting point for you to prepare for your interview so make sure not to limit yourself...
2008-05-19
4,079 reads
Here are your answers to the questions from last week You should get some variation of what I have given...
2008-05-19
2,759 reads
I have decided to make a short series of blogs about possible interview questions to help you prepare for an...
2008-05-19
3,020 reads
This is really interesting to me:
CREATE TABLE #TEMP (name varchar(80))
INSERT INTO #TEMP values ('Malteser Schloßschule')
INSERT INTO #TEMP values ('Malteser...
2008-05-19
729 reads
There are a few podcasts I tend to listen to as I have time. Since I work with a wide...
2008-05-19
4,049 reads
I've been working on a rough outline for two new classes that will each be one day long. One on...
2008-05-18
505 reads
As a president of a local PASS chapter, one of the things I've struggled with is getting "locals" to give...
2008-05-17
688 reads
I ran across this a week or so ago. There were a couple of SQL Servers running named instances that...
2008-05-17
10,862 reads
While this will remain a primarily technical blog, one thing I'm going to try and add is each Saturday I'll...
2008-05-16
743 reads
As I went walking last night, I listened to two podcasts from RunAs Radio of interviews of Michael Manos and...
2008-05-16
1,091 reads
By Steve Jones
Can you use your GPUs when running a local model under Ollama? You can,...
By Brian Kelley
The concern that a particular technology is going to destroy the world seems to...
The STIG is detailed, which is a good thing, but I found myself wanting...
Comments posted to this topic are about the item RegEx Functions III
Comments posted to this topic are about the item Optimized Locking in SQL Server...
Comments posted to this topic are about the item Finely Tuned Models
If I run the REGEXP_LIKE() function, does it match values in a case-sensitive fashion, or a case-insensitive fashion by default.
See possible answers