Viewing 15 posts - 5,716 through 5,730 (of 7,187 total)
Use telnet. Something like this:
[font="Courier New"]telnet MyMailServer 25[/font]
John
August 31, 2010 at 7:40 am
August 31, 2010 at 6:47 am
Coozie (8/31/2010)
Bottom line is that I can't get to the the cluster as a UNC path or mapped drive, right?
Mark
Wrong - you can use Cluster Administrator to create a file...
August 31, 2010 at 6:15 am
Have a read about sys.sysprotects and sp_helprotect for permissions GRANTed to users on objects. As for server level permissions (if you require that), I'm not sure, but you'll be...
August 26, 2010 at 8:56 am
I can't think of an elegant way of doing it in T-SQL for a table with 328 columns. Maybe someone else can?
This may be one of those things that's better...
August 26, 2010 at 8:44 am
This page looks as if it has all the information you need:
http://technet.microsoft.com/en-us/library/ms191183.aspx
John
August 26, 2010 at 8:30 am
Understood about temp tables - I should have spotted that myself.
It would indeed be hard to check which fields have changed, but you can write a separate routine to do...
August 26, 2010 at 8:15 am
Please will you post the final version of your query? It may help someone else who's having a similar problem.
Thanks
John
August 26, 2010 at 6:56 am
Creating a clustered index with fill factor 0 won't use any more space on disk (apart from any extra space that is consumed while the index is being built). ...
August 26, 2010 at 6:54 am
Arjun
I think I'd write a simple SSIS package. There are tasks in SSIS that are specially designed to manipulate text files.
John
August 26, 2010 at 6:42 am
I don't know of one, although I've never seen a requirement such as this before, so I suppose it's possible there is one.
John
August 26, 2010 at 6:20 am
If I understand correctly, you need to get the locale information from the local user (ie on the client computer) and pass it to SQL Server for it to be...
August 26, 2010 at 6:07 am
nigel. (8/26/2010)
Agreed. If only we knew how the data is presented? 🙂
Nigel
I think I understand what is required - the data is grouped according to common headers such as "2...
August 26, 2010 at 4:56 am
I think your requirement would best be fulfilled in your presentation layer rather than in the data layer. I would recommend Reporting Services for presenting data in this format.
John
August 26, 2010 at 4:34 am
The easiest way to improve performance would be not to insert Inserted and Deleted into a temp table. There doesn't appear to be any value in doing that, so...
August 26, 2010 at 4:09 am
Viewing 15 posts - 5,716 through 5,730 (of 7,187 total)