Viewing 15 posts - 16 through 30 (of 45 total)
We have various Chief Execs in prominent companies here who, when interviewed and asked why they got to where they were, they stated it was the quality of the mentoring...
February 16, 2010 at 4:47 am
Thanks for the article. 🙂
It is a sad fact that many people don't have clear career goals.
It is an even sadder fact that this is often the case because so...
February 16, 2010 at 2:33 am
Well there a various approaches ...
Perhaps the simplest is to perform a full backup of your existing SQL 2000 database, restore this onto your SQL 2008 instance.
Ensure that the database...
February 12, 2010 at 2:06 pm
There is a certification discussion forum here, I'm sure there will be plenty of discussion there.
I know exams can be daunting (my first MS exam was). The MS study guides...
February 12, 2010 at 1:59 pm
We all have mad moments 😀
February 12, 2010 at 1:47 pm
.... just an idea (if I understand the problem correctly?)
Could you ...
- create a table with an uniqueidentifier key column and xml column
- create a new guid and...
February 12, 2010 at 1:19 pm
Depending on your circumstances (i.e. whether your servers are hosting 3rd party systems or database supporting applications developed by your company etc.), it can be worth going through the list...
February 12, 2010 at 1:13 pm
Regarding the 'Is SQL 2008 stable?' question ...
When SQL 2008 was released, I was quite struck by the McLaren whitepaper published on the Microsoft site, detailing how they'd been using...
February 12, 2010 at 11:41 am
If you are having difficulty convincing others of the need to upgrade, it might be worth adding that Microsoft are now withdrawing support for SQL 2005 SP2.
That is they are...
February 12, 2010 at 11:28 am
Would the it be possible to convert the .mdb Access into an Access .adp project (and point the .adp project at the shiny new SQL 2008 database)?
Its not an effort...
February 12, 2010 at 10:53 am
Hi,
I created this on my local desktop instance ...
CREATE PROCEDURE dbo.Test
AS
RETURN
GO
I set STATISTICS TIME ON
Executed the procedure, and sure enough the first time it took 16ms to compile and generate...
February 11, 2010 at 10:52 am
... for each row
....... what is the index of the last character
........... of the largest substring
............... repeating no more than once
Is the above statement a basis for a solution to...
January 19, 2010 at 9:49 am
Hi,
Thanks for the replies. They are most helpful.
Basically its an ISV installing software, and we want to ensure (as far as possible) that they (end users) only get to see...
October 28, 2009 at 5:13 am
.... in the end what was the 'right' anwer, given the original question?
July 9, 2008 at 1:54 am
🙂 Was a bit surprised at FAST_FORWARD being wrong ... seemed such an 'obvious' answer that there was bound to be some additional complexity somewhere.
Also always with performance, it depends...
July 8, 2008 at 6:06 am
Viewing 15 posts - 16 through 30 (of 45 total)