Viewing 15 posts - 6,091 through 6,105 (of 13,460 total)
i don't see biz.city or biz.state in this definition:
[bizID] [int] IDENTITY(1,1) NOT NULL,
[bizName] [nvarchar](255) NULL,
[bizPhone] [nvarchar](15) NULL,
[bizURL] [nvarchar](500) NULL,
[bizLogo] [nvarchar](max) NULL,
[clicks] [int] NULL,
[clickReset] [datetime] NULL,
[clickTotal] [int] NULL,
[bizActive] [bit]...
Lowell
January 12, 2012 at 3:27 pm
"TIMESTAMP" is a very misleading name...it's actual datatype is "ROWVERSION", which gives you an incrementing value to let you know which row was last edited...
if your source is a datetime,...
Lowell
January 12, 2012 at 11:10 am
An exchange server will do a lookup for you to determine that "Joe Smith" is actually j.smith@somedomain.com.
a regualr SMTP server does not do that, it requires a valid email address...
Lowell
January 12, 2012 at 10:49 am
halifaxdal (1/12/2012)
I am the admin of the server/db
ok, but where is the code running from? SSMS directly, or part of a job? wouldn't a job might be using a...
Lowell
January 12, 2012 at 10:28 am
halifaxdal (1/12/2012)
It's on the same server.
it might still be a permissions issue, though.
if im a user and only have access to production.dbo.Tables, and no access to the ISCSGSWEBUP01 database (which...
Lowell
January 12, 2012 at 10:21 am
for something similar, we've created the parallel table without the image column, migrated the data, then renamed the old vs new table, and after we were sure everything was beautiful,...
Lowell
January 12, 2012 at 10:18 am
i have a very slight variation of Cadavre's same table; i keep it as a static table, and use it for masking data for testing.
Lowell
January 12, 2012 at 10:17 am
so you have a linked server for ISCSGSWEBUP01, right?
did you specify which credentials should be used when accessing it?
could it be that YOU, as a sysadmin, have matching credentials on...
Lowell
January 12, 2012 at 10:15 am
i think it has to do with the way you have the linked server set up;
if you look at it graphically, you want to make sure the radio button that...
Lowell
January 12, 2012 at 10:12 am
can you show a screenshot of your dbmail profile you created? that might give us some more information.
Lowell
January 12, 2012 at 10:05 am
i like to use a company and contact as examples.
a Company is an entity.
a table describing that entity, might include fields for the name, address, website and more.
then an...
Lowell
January 12, 2012 at 9:45 am
wissam ismail (1/12/2012)
it worked on outlook, but not on SQL database Mail :angry:
oops spoke too soon then.
Jacks suggestion on checking the firewall is the first thing to check.
if that is...
Lowell
January 12, 2012 at 9:40 am
wissam ismail (1/12/2012)
hi,I added the configuration same as I tested it and worked on outlook!
sweet! i was just about to post something about "Could not connect to mail server." and...
Lowell
January 12, 2012 at 9:28 am
jr.sqldba (1/12/2012)
Thank you lowell
you are very welcome! good luck!
Lowell
January 12, 2012 at 9:27 am
also, doublec check which email address you are using.
i know, for exmaple, from one of my mail servers, my from address must be the same as the email address realted...
Lowell
January 12, 2012 at 9:22 am
Viewing 15 posts - 6,091 through 6,105 (of 13,460 total)