Viewing 10 posts - 16 through 25 (of 25 total)
GSquared (12/21/2009)
nate.holtrop (12/21/2009)
I think these individuals who are asking the questions are probably intelligent. However, they just don't know the language to ask their questions correctly.
Intelligence usually isn't the issue....
December 21, 2009 at 9:27 am
To fix your orphan users:
EXEC sp_change_users_login 'Auto_Fix','YourUser'
December 21, 2009 at 9:26 am
I think these individuals who are asking the questions are probably intelligent. However, they just don't know the language to ask their questions correctly.
December 21, 2009 at 9:23 am
This article answers your question and yes..I realize this thread is over a year old.
October 13, 2009 at 2:23 pm
You would think ZIP would be enough but you don't know my users and how they can't be bothered to input that data.
Here is what I have for a...
April 22, 2009 at 1:37 pm
CREATE TABLE [dbo].[Project](
[projectID] [int] NOT NULL,
[name] [varchar](100) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[projectNumber] [char](6) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[statusID] [smallint] NULL,
[statusDate] [datetime] NULL,
[lostWonReasonID] [smallint] NULL,
[scheduleDifferenceInWeeks] [decimal](18, 0) NULL,
[cema] [bit] NULL,
[salesmanID] [int] NULL,
[siteID] [int] NULL,
[shipToAddressID] [int]...
April 22, 2009 at 8:13 am
Check that the machine is on the domain and that you can access your SMTP server from the SQL Server. Open telnet and go to whatever address your smtp server...
April 22, 2009 at 7:52 am
Viewing 10 posts - 16 through 25 (of 25 total)