Viewing 15 posts - 5,026 through 5,040 (of 13,460 total)
Sapen (8/7/2012)
Lowell
August 7, 2012 at 9:55 am
sql-noob (8/7/2012)
how to limit a session for a user for 30 minutes after which he automatically gets disconnected and has to connect again?????
also are you looking for session time outs,...
Lowell
August 7, 2012 at 9:01 am
it probably depends on how you set up the linked server;
you can use the current login and pass it to the other server, if they have permissions, or you can...
Lowell
August 7, 2012 at 8:57 am
any solution is going to involve some sort of convert text to date , or a hard coded CASE statement int he order by.
can you fix the incoming data to...
Lowell
August 7, 2012 at 8:02 am
I've got 2012, and it looks to me like i can assign or replace keyboard shortcuts no problem.
Tools>> Options>> Keyboard might have a slightly different layout, but it's there for...
Lowell
August 7, 2012 at 5:49 am
ahh, but with column level permissions, you get errors that says user does not have permission to object:column, instead of empty values.
it depends on what the OP wants in that...
Lowell
August 7, 2012 at 5:39 am
that sql server should not be exposed to the internet, but simply accessible to the webserver; only the web server would have an outward facing ip.
Lowell
August 7, 2012 at 4:49 am
without a programming language? i more than just doubt it; i think that will be the only way to do it.
check out this thread over on stackoverflow:
read pdf files programatrically
lots...
Lowell
August 6, 2012 at 2:55 pm
i have this saved in my snippets as a DR framework from a post that appeared on SSC fairly recently...I thought Simon provided a pretty good list of things to...
Lowell
August 6, 2012 at 12:41 pm
I'd start with slow running queries;
if you cannot change the app code, you might at least add indexes that will help.
here's a query for the top 20 slowest queries
SELECT TOP...
Lowell
August 6, 2012 at 12:29 pm
my fault; in 2008 this line raises an error:
I updated the script to correct the issue.
exec sp_trace_setfilter @traceidout,12,0,4, 50 ...
Lowell
August 6, 2012 at 12:24 pm
nagkarjun1 (8/6/2012)
Example: if an application database is located on a sql server, can we know the ip...
Lowell
August 6, 2012 at 11:57 am
what have you tried so far?
this kind of looks like homework, so I'd prefer to help you learn how, rather than throw an answer out there.
you have more than one...
Lowell
August 6, 2012 at 11:11 am
Here's my version of a Calendar table;
I put a bit of time into it putting in various US holidays, which might be of some help as well.
my date range is...
Lowell
August 6, 2012 at 10:56 am
well this kind of gets you the data chopped up into the pieces youa r elooking for;
i'm using the famous DelimitedSplit8K you'll find links to in many posters signitures, and...
Lowell
August 6, 2012 at 10:48 am
Viewing 15 posts - 5,026 through 5,040 (of 13,460 total)