Viewing 15 posts - 1 through 15 (of 18 total)
mtassin (8/12/2009)
Lynn Pettis (8/11/2009)
August 12, 2009 at 10:53 pm
mtassin (8/12/2009)
Lynn Pettis (8/11/2009)
August 12, 2009 at 10:46 pm
GilaMonster (7/18/2009)
Did you change the names to obfuscate things, or are the columns really called that?
How does that matter to solve the problem? you can have any name for your...
July 19, 2009 at 10:08 pm
I think the sql server services is not running.
Can you check if it is running or not?
June 1, 2009 at 6:58 am
anu1krishna (5/11/2009)
this is not the ans of my question please dont ask question if u dont wann to give ans.//
Please understand that this forum has people who are extreme experts...
May 12, 2009 at 5:44 am
Well .. I got the solution for this problem.
I had to install the Service pack-2 for SQL2K5 on the target machine for the restore of the OLAP DB as the...
July 17, 2008 at 1:59 am
Thanks a lot for the detailed explanation.
July 30, 2007 at 11:06 pm
Steve,
Thats a important aspect that you have pointed out. I am now thinking in terms of separating the 'core data' and the storing of the images. There would be a...
July 16, 2007 at 12:28 am
Well, the solution of having a one to many relationship looks good and you have yourself suggested it.
What else info do you need on this?
December 19, 2005 at 10:35 am
Just try the below Sql. Just giving a shot that it 'may' work
SELECT Permnum,stulink,schoolnum,FirstName,Lastname,Grade,Gender,Concschool,Concishome,Case WHEN (concschool = '')and (concishome = 'X') then 'FLAG'
WHEN (schoolnum = concschool)and (concishome = 'X') then 'FLAG'
WHEN (schoolnum =...
December 8, 2005 at 9:41 am
As you have said that you got a VB6 dll working fine with SQL2K, you can create a similar VB6 dll and call the managed code written in C#. Then...
December 8, 2005 at 7:02 am
I always thought that a primary key constraint would sort the underlying column data.
But here I am surprised thats not getting sorted??? Why is it so??
December 6, 2005 at 8:46 am
http://www.windowsitpro.com/SQLServer/Article/ArticleID/9734/9734.html
Download the zip in this article.
December 6, 2005 at 3:54 am
If you are using SQL-Server-2000, then there are these 'Instead Of' triggers. 'Instead Of ' Triggers fire instead of the operation that fires the trigger.
An update opertaion would fire this...
December 6, 2005 at 3:18 am
I would take these files and doctor them to make them suitable for my needs in a language like VB (by inserting NULL or empty strings etc.) to make it...
December 6, 2005 at 2:33 am
Viewing 15 posts - 1 through 15 (of 18 total)