Viewing 15 posts - 9,001 through 9,015 (of 13,460 total)
on any one physical server, you may install as many instances as you want under that license.
the license is really per machine, not per instance.
Lowell
July 23, 2010 at 6:45 am
i had not seen anyone try that before...getting a file from an url.
I'm awful sure the retrieving of an attachment is a file operation only, and the file must exist...
Lowell
July 23, 2010 at 4:58 am
i don't think you can have variable names with the dash in them...it's interpreted as trying to minus something from the value @sd
change your variable to @sd adn @sdaux and...
Lowell
July 23, 2010 at 4:53 am
for whatever reason, reading email and/or attachments was possible in SQL 2000, but deprecated for 2005 and above, i believe.
the code to read a POP3 mailbox in .NET is pretty...
Lowell
July 22, 2010 at 12:09 pm
sushantkumar1984 (7/22/2010)
So the synonyms A,B and C which i created will be local to database level or server level..?
and how to deallocate those synonyms once the use is over?
thanks
Sushant
Virgin...
Lowell
July 22, 2010 at 9:32 am
sushantkumar1984 (7/21/2010)
like xyz.dbname.dbo.tablename1 A
xyz.dbname.dbo.tablename2 B
...
Lowell
July 22, 2010 at 6:36 am
i think you'll want to use a monitoring software package that tests the server and the services that exist on it; you can't relaly expect the server to monitor itself...
Lowell
July 22, 2010 at 6:22 am
well I know about the listening port for SQL Server...the other services, I'll await other more knowledgable users to chime in.
the default instance uses port 1433 until you change it.
additional...
Lowell
July 22, 2010 at 5:55 am
well, i'm confident you didn't misspell the user, so here is my best guess:
the user Fateme_Hei is probably already a sysadmin. that LOGIN does not also have to be a...
Lowell
July 22, 2010 at 5:39 am
okiftequar (7/22/2010)
Exception Message: Could not connect to mail server. (No such host is known).)
that error is usually because the url to the mail server is incorrect, or there's no...
Lowell
July 22, 2010 at 5:28 am
here's the default trace scripted out so you can see and add more events, etc and create a replacement that might last longer than the default:
Lowell
July 22, 2010 at 4:27 am
also this part:
'The service queue "LoggingQueue" is currently disabled.'
you have to kick everyone off of the database to run the script to set up the queue; exclusive access is required....
Lowell
July 21, 2010 at 5:01 pm
I'd think sa has access to everything if it exists...
if you don't filter by application name, your hours using the ERP will be inflated for developers who connect with SSMS...
Lowell
July 21, 2010 at 4:57 pm
rule of thumb for me is if the @TableVariable has anywhere near 1000 rows or more, it should be changed to a #temp table instead...
after that, it would take some...
Lowell
July 21, 2010 at 4:52 pm
the security part that is tripping you up is this part:
@useself=N'True'
that means when you select from the linked server, your sql login is being used as the credentials for the...
Lowell
July 21, 2010 at 4:47 pm
Viewing 15 posts - 9,001 through 9,015 (of 13,460 total)