Viewing 15 posts - 226 through 240 (of 1,409 total)
Your sample data does NOT contain any records that are valid for the selection between today and the upcoming two months. The EOMONTH function will return March 31st as date,...
January 13, 2016 at 4:59 am
The error mentions the missing permission: VIEW SERVER STATE
This required permission is on the instance level. Your trigger is executing as the 'dbo' and this has only permissions within the...
January 13, 2016 at 2:16 am
Andrew G (1/7/2016)
Values are documented here: https://msdn.microsoft.com/en-us/library/ms190484.aspx
If a user, check...
January 8, 2016 at 6:50 am
Hi,
I don't know from your post if you refer to jobs of the SQL agent. If so, you can query the code inside the jobsteps with the code below:
select job.name,...
January 8, 2016 at 6:45 am
Hi,
When performance is (slowly) dropping, you'll hardly find any information in any of the Windows or SQL logs. Entries in these logs are more related to (succesful or failed) events...
December 18, 2015 at 5:49 am
Thanks for the update. This could be helpfull if others end up reading this thread. 😉
September 8, 2015 at 8:05 am
andrei.vizitiu (9/4/2015)
As for the resource allocation the main machine has dynamic allocation...
September 4, 2015 at 7:40 am
Because it is all implicit conversion here. First you devide the integer 15 by 24. As being all integers this results in a integer being 0. And converting 0 to...
September 4, 2015 at 7:32 am
In my opinion this is all depending on maintenance, complexity and dependencies.
Having small tasks each in seperate packages it's easy to execute a single one (if required) and it's easy...
September 4, 2015 at 7:21 am
andrei.vizitiu (9/4/2015)
Hello,....
The only user used for both SSMS and the delphi app is the SA user of sql.
....
BTW: it is bad practice to actively use the SA account. This account...
September 4, 2015 at 7:09 am
This is hard to pinpoint due to the infrequent behaviour, but I suspect it is a general performance issue.
Because it is all on a virtual machine the performance issue could...
September 4, 2015 at 7:07 am
dlanorfeb24 (9/4/2015)
student number,gender,subject,date
now, upon enrolling it will store 5 or more records into the db with the same values for student number,gender and...
September 4, 2015 at 6:51 am
It's a long time ago when I was working with barcode. But as far as I remember it's just a letter font (for instance: the first hit in google search[/url])...
September 4, 2015 at 6:43 am
Thanks for the update. We are currently investigating all interesting facts about FILESTREAM. Your update will be added to our documentation 😉
July 17, 2015 at 5:44 am
I used to use the free VM Ware version, but recently I switched over to Virtual Box. The advantage of Virtual Box is the availablility to create snapshots. For the...
July 16, 2015 at 6:48 am
Viewing 15 posts - 226 through 240 (of 1,409 total)