Viewing 15 posts - 1,006 through 1,020 (of 13,469 total)
dudekula.kareemulla (5/19/2016)
Problem is i do not want create same user in another database in...
May 19, 2016 at 7:08 am
i think synonyms don't magically solve cross database chaining.
if User [Bob] has access to [db1], but a synonym in there points to [db2], you need to add [bob] to...
May 19, 2016 at 6:17 am
I like the direction Joie Andrews was going;
look at the job history, andn see how long it takes.(the duration column)
if you set it for every 15 minutes, but it takes...
May 19, 2016 at 6:13 am
kruezer had it right; without data and substantially more information, it's just a guess.
if i said 700 gig is required, and kruezer said 80 gig , who has the better...
May 19, 2016 at 6:05 am
SQL-DBA-01 (5/18/2016)
if servers are connected via "registered server" list, does it mean that a session will away be active using my account?
Nope, John Mitchell is right; Registered Servers or Central...
May 19, 2016 at 6:00 am
forget about hiding the linked server...just make sure only specific users are mapped to use credentials that are valid on the linked server, so everyone ELSE is "not be made",

the...
May 19, 2016 at 5:51 am
becuase you want the total inline with details, you need your same data twice...once grouped by TransacitonId, and the original data.
here's your data as an example: the CTE at the...
May 18, 2016 at 1:37 pm
since you compiled to an executable, you need to process the command line arguments in the c# app; did you configure it to do that yet?
what i'm thinking is that...
May 18, 2016 at 1:20 pm
celia.moreno (5/18/2016)
Indexes are not an option, because these 700K transaction are about 600K inserts and 100K deletes.It is on our own server.
you should still review the indexes.
a classic...
May 18, 2016 at 8:39 am
not sure what you are using the results for, but with so many values, i'd consider creatign a table with the permutations of the parameters you are filtering for.
maybe something...
May 18, 2016 at 7:26 am
etl2016 (5/18/2016)
Am new to MS environment, coming from a diff programming background.
I am setting up my home computer for a collection of MS development tools. Could you please let...
May 18, 2016 at 5:57 am
if you right click on SQL server Agent, and choose properties, what are the values you see here?

for me, with more than 60 jobs, some of them log backups ever...
May 17, 2016 at 12:25 pm
Sean Lange (5/17/2016)
Chitown (5/17/2016)
All, I need to refresh 1100+ DBs from Prod to QA. Is there any easy to accomplish this task?
You will become familiar with both the backup and...
May 17, 2016 at 11:33 am
In my neck of the woods in South Florida, On Jun 18, 2016 I'll be at the SQLSaturday #524 - South Florida 2016
This event is ridiculously close to my house,...
May 17, 2016 at 11:26 am
I've seen this before due to connection pooling where the database context becomes the default database, instead of the one in the connection string;
ie the connection to the database...
May 17, 2016 at 5:48 am
Viewing 15 posts - 1,006 through 1,020 (of 13,469 total)