Viewing 15 posts - 796 through 810 (of 13,460 total)
it's a combination of being on the same subnet, and that sql instances that have the SQL browser service running.
the ODBC drivers poll the network for advertised services.
you can...
Lowell
December 1, 2016 at 1:36 pm
you can download it from the catalog:
start a new project File>>New>>Project
make sure you choose Templates>>Business Intelligence>>Integration Services>> Integration Services Import Project Wizard.
there you can choose the server,a dn then the...
Lowell
November 30, 2016 at 2:12 pm
typically something like this is due to an automated process, combined with not a lot of available disk space.
the dmv's will not be any help, as they are really run...
Lowell
November 30, 2016 at 11:34 am
i'd say look at the SQL server error log first. see exactly what time, and what errors occurred. the error might point to something obvious.
compare that to your job schedules;...
Lowell
November 30, 2016 at 10:29 am
great job on providing the set up!
i'm a little unclear on what the rule is for the gracemarks, though;
if they have a Practical_mark > 30, they get get a 70...
Lowell
November 29, 2016 at 6:49 am
darn i missed this one.
day late, dollar short.
Lowell
November 29, 2016 at 6:15 am
duplicate post.
no need to cross post to multiple forums it fractures the answers you get and makes posters duplicate others work.
the "Recent Posts" link shows us everything.
continue the thread here:
http://www.sqlservercentral.com/Forums/Topic1838607-360-1.aspx...
Lowell
November 29, 2016 at 6:13 am
A Calendar Table is really handy for this.
As an Inline calculation
the way i would tackle it is with DateMath, and a case statement that checks for Saturday or Sunday
here i...
Lowell
November 29, 2016 at 5:38 am
Thomas makes a good paint on the procedures being the way the GUI makes job changes; that means besides triggers, you could also modify the procedures themselves so that they...
Lowell
November 27, 2016 at 10:32 am
i think job changes are actually DML changes, and not DDL changes; those are insert/update/delete to the tables in msdb: dbo.sysjobs, dbo.sysjobsteps and dbo.sysjobschedules for example.
you could put DML triggers...
Lowell
November 25, 2016 at 7:14 am
you need a master list of all employees to compare against;
then you can use an EXCEPT operator and your existing code
I would stick your results in a temp table,...
Lowell
November 22, 2016 at 11:58 am
tocy1980 (11/18/2016)
update Server_FINAL
set Server_FINAL.Parts = [Linked Servers].[DATA STORE LINKED].['ET NEW$'].[Parts Used]
and it doesn't work.
Get this error: he multi-part identifier "Linked Servers.DATA STORE LINKED.'ET NEW$'.Parts Used" could not...
Lowell
November 22, 2016 at 11:51 am
yes you can.
I think in 2012, you had to hand script everything, right?
i used the 2016 GUI, which shows the GUI filtering criteria , and then scripte dit;
hope this helps!
CREATE...
Lowell
November 22, 2016 at 10:06 am
i googled a bit to find reasons SSMS is slow sometimes;
i see SSMS can sometimes validate some .net packages;
https://www.virtualobjectives.com.au/sqlserver/ssms_slow.htm
this one implies a few basics: virus scanners, the default connection type...
Lowell
November 22, 2016 at 6:36 am
I bet it's a cache in VS.
visual studio creates a local *.data file with cached data so that it doesn't have to go back and forth to the server a...
Lowell
November 21, 2016 at 11:09 am
Viewing 15 posts - 796 through 810 (of 13,460 total)