Viewing 15 posts - 3,166 through 3,180 (of 26,490 total)
Is this a 3rd party School Information System or home grown. I ask as having worked for a school district our SIS had a calendar table that indicated schools day...
January 19, 2017 at 8:28 am
If you try this:
select * from msdb.dbo.sysjobs
and get the same error, it means you don't have permissions to read data from the table. Check...
January 18, 2017 at 3:12 pm
You will need to look at the permissions of the user that the report is running under. Not sure how to recreate the error on my own system, so not...
January 18, 2017 at 12:24 pm
Based on your sample data what is the end state you are looking for in the table test.<
January 17, 2017 at 12:24 pm
Or the uninstall of SQL Server from the wrong server.
January 17, 2017 at 11:33 am
I don't necessarily like GUIDs as keys but I get tired of people just dismissing them completely. There are times that using a GUID as a primary key actually makes...
January 16, 2017 at 9:26 am
I don't like the IFCode handling or the fact that it does not retain your formatting as it did in the older forum version. Also preferred how the preview worked...
January 13, 2017 at 8:43 am
January 13, 2017 at 8:41 am
i'm running a stored procedure, which receives a single parameter and returns a single row...
January 12, 2017 at 8:59 am
Going to take a little getting used to visually, but shouldn't be a problem.
January 12, 2017 at 8:53 am
How and why are they duplicates? All I see is a DateTime value and an ID. There is no real logic to state why they are duplicated just...
January 9, 2017 at 3:02 pm
fizzleme (1/5/2017)
I am copying 1 set of backups per day to a virtual server and...
January 5, 2017 at 4:42 pm
fizzleme (1/5/2017)
Nice idea. But I prefer the CMD Exec option.
My desire was to not have to worry about managing another step in the job or working with...
January 5, 2017 at 2:49 pm
Many years ago at a previous employer I was finally given an off-site file server to transfer and store backup files. What I did there was configure RoboCopy to...
January 5, 2017 at 9:57 am
Viewing 15 posts - 3,166 through 3,180 (of 26,490 total)