Viewing 15 posts - 106 through 120 (of 610 total)
I have to ask why should these events be totally free? Most people would be happy to pay a fiver or tenner (UK) which would cover the hire of a...
December 16, 2014 at 1:39 am
OCTom (12/11/2014)
December 12, 2014 at 6:51 am
I strongly believe that in a business that markets itself as professional, the end users should stick to being end users and query and report from data but not try...
December 11, 2014 at 3:00 am
we do this using either the Ola Hallengren job or a TSQL Backup command in the first step and a second step of type Operating system (cmdexec) which reads
xcopy "\\server\drive\*.*"...
December 9, 2014 at 8:18 am
We've got plenty of work to do but the hardest part is blanking out the idle chatter in the office from those who have a bit less to do because...
December 9, 2014 at 8:10 am
Just to clarify:
Integration services needs to be installed on one sql server where the packages will be run
That integration services can connect to databases on other sql servers or to...
December 2, 2014 at 3:32 am
Best thing that has happenned to my T-SQL coding in years was going on Itzik Ben-Gan's Advanced T-SQL course eighteen months ago.
As a result I got my head around...
November 21, 2014 at 1:28 am
The nearest I've got to changing people's lives (and the nearest I ever want to get) is supplying the data that told the business that lots of workshop mechanics were...
November 18, 2014 at 2:41 am
Try putting
USE Master
Go
before your "restore database" statement - you've probably got management studio pointing at the database you're trying to restore - it's a common slip up.
November 17, 2014 at 5:10 am
Combine Insert and Select into one call?? But of course - all the time. It's nothing new.
We've been doing that in ASP.NET ever since 2005 when we started working with...
November 12, 2014 at 1:19 am
I would get a windows group created with these users in it and then give that group read only permissions on the cube. I give the cube permissions via management...
November 3, 2014 at 1:51 am
A regular theme for fancy dress night at sailing national championships is to dress as the name of your boat. If we ever go I plan to dress as Sir...
October 31, 2014 at 7:59 am
It's so automatic that I had to think hard as to whether I'm mis-reading something in your post, but this is what we do to deploy reports.
We set up project...
October 30, 2014 at 9:17 am
Have a look at the TableDiff utility which comes with SQL Server - C:\Program Files\Microsoft SQL Server\100\COM\tablediff.exe is where mine is located.
You'll probably have to Google for the instructions but...
October 27, 2014 at 2:47 am
Viewing 15 posts - 106 through 120 (of 610 total)