Viewing 15 posts - 1,321 through 1,335 (of 2,038 total)
Lynn Pettis (4/18/2009)
April 18, 2009 at 5:35 pm
Alvin Ramard (4/18/2009)
Why not the gurus? Sure I'm interested in what they think, but if they answer first that will like affect how "junior" members answer.
Sure you are absolutely...
April 18, 2009 at 5:32 pm
Hi Rob
Seems you try to create two schemata within one SQL file. The concept of the DB-projects is to hold one object in one file. You have to create two...
April 18, 2009 at 4:56 pm
Hi
Alvin Ramard (4/17/2009)
I agree. What I'm interested in hearing is what people (...) think is a good next step.
I don't try to give an answer for this question because...
April 18, 2009 at 4:27 pm
I have a short question depending on the article I intend to write (CLR solutions to split strings).
What do you like more C# or VB.Net? It doesn't matter for me...
April 18, 2009 at 3:40 pm
GilaMonster (4/18/2009)
Perfect. Thanks.Can I use that pic in the article I'm busy with (with credit)?
Sure!
April 18, 2009 at 3:35 pm
Jeff Moden (4/18/2009)
Florian Reischl (4/18/2009)
April 18, 2009 at 3:32 pm
Hi
You can use DATEPART to get the weekday and the week:
DECLARE @t TABLE (Sno INT, Sname VARCHAR(10), Date DATETIME)
INSERT INTO @T
...
April 18, 2009 at 3:22 pm
GilaMonster (4/18/2009)
If so, can you please get me a screen shot of the following.
Run the following:
SET STATISTICS PROFILE ON
GO
SELECT * FROM sysobjects
There will...
April 18, 2009 at 3:19 pm
I agree with Jeff. Sure, it is simple to have a look into the assembly with .Net Reflector. But since you are no C#/VB.Net/... developer it might look strange and...
April 18, 2009 at 2:43 pm
Paul White (4/18/2009)
April 18, 2009 at 7:04 am
swathi.g (4/18/2009)
Florian Reischl (4/18/2009)
I'm no pro for MS-Access but did you have a look to BOL for "linked servers"? Look for "sp_addlinkedserver", there are some examples how to connect to...
April 18, 2009 at 6:52 am
Hi
I'm no pro for MS-Access but did you have a look to BOL for "linked servers"? Look for "sp_addlinkedserver", there are some examples how to connect to MS-Access databases. Sure...
April 18, 2009 at 6:41 am
Paul White (4/18/2009)
Florian Reischl (4/17/2009)
Chunks? Your suggestion was to get all in one XML.Flo
You gave my suggestion a much deeper analysis than it warranted 😉
By 'chunks' I meant something like...
April 18, 2009 at 6:34 am
The Test Framework
To simplify the tests I create one table “PerfMon” (delete the data if it already exists) and two procedures “usp_PerfMon_Init” and “usp_PerfMon_Write”. If you want to do the...
April 18, 2009 at 6:24 am
Viewing 15 posts - 1,321 through 1,335 (of 2,038 total)