Viewing 15 posts - 6,046 through 6,060 (of 13,460 total)
C# Screw (1/19/2012)
I don't know how to add an IP address, but I think have seen you can get SQL to listen on multiple different ports.
So would...
Lowell
January 19, 2012 at 9:35 am
hostname returns the machine name of the client;
i think he wanted to know if the client resolved the server address, for example as 192.168.1.200 as MyDB.MyFirm.co.uk vs OldServerName vs oldServername.MyFirm.co.uk
i...
Lowell
January 19, 2012 at 8:50 am
I'll look for or create a script for linked servers;
the problem is the credentials for the remote user, if you identify one, cannot be scripted out, because they are part...
Lowell
January 19, 2012 at 8:16 am
thanks drew;
it's actually inaccurate in a lot of other situations too, depending on the range between the two dates; that date -1 stuff works just for the date supplied in...
Lowell
January 19, 2012 at 7:56 am
OLDCHAPPY (1/19/2012)
i get a boatload of errors with that script in SQL2008. 🙁
the code from the post is filled with CHAR(160) instead of spaces; it was used to mainiian formatting...
Lowell
January 19, 2012 at 7:52 am
ok a correction. it's more than just the DAC, as i just double checked to make sure my post was correct.
you need to connect via DAC, and then use the...
Lowell
January 19, 2012 at 7:08 am
easiest way is to simply connect via the DAC: Dedicated Admin connection.
procs are not encrypted when connecting via the DAC.
Lowell
January 19, 2012 at 6:29 am
it would return strings that start with the highest ascii value;
i would expect it to return a string that starts with the letter "z" if it existed, and if there...
Lowell
January 19, 2012 at 6:10 am
newbieuser (1/18/2012)
Another question, when the users run a select on the Oracle table via linked server from SQL db, will there a lock created in the sql...
Lowell
January 19, 2012 at 5:20 am
did you migrate your data into the [sysdb] instead of a different database?
Lowell
January 19, 2012 at 4:10 am
five_ten_fiftyfold (1/19/2012)
Lowell
January 19, 2012 at 3:49 am
when you have a result set where the order matters, you must have an ORDER BY clause; in your example, you'd need an additional column that you want to order...
Lowell
January 19, 2012 at 3:40 am
for the scripting of jobs and linked servers, look in the script section here; there's several that do a great job there;i haven't done it in a while, so i...
Lowell
January 18, 2012 at 6:09 pm
all Reporting services is is a front end for generating html from your data; there's no built in ScrollableArea object, so you'll have to expand your boundaries a little bit...
Lowell
January 18, 2012 at 6:01 pm
mymistake, it's the TABLOCK option that prevents parallellism for BULK INSERT:
BULK INSERT BULKACT FROM 'c:\Export_o.txt'
WITH (
...
Lowell
January 18, 2012 at 1:55 pm
Viewing 15 posts - 6,046 through 6,060 (of 13,460 total)