Viewing 15 posts - 1 through 15 (of 30 total)
My bad, the suggestion was for general ETL operations (Large one).
Forgot that it's hekaton.
October 14, 2013 at 5:32 am
Execute EXEC sp_spaceused
towards the database, the reserved size shows the exact size of the database (Even the backup size for the database)
October 14, 2013 at 5:18 am
Kindly check what permissions/access you have given to the public role
October 14, 2013 at 5:05 am
Jack Corbett (8/26/2013)
Sean Lange (8/26/2013)
October 14, 2013 at 4:57 am
My recommendations:
1. Change the default value for max memory in SQL Server.
2. Leave appropriate memory for the OS too.
3. Check if there is memory presssure for SQL Server (If...
October 14, 2013 at 4:47 am
List to do according to priority. (foremost imortant things)
1. Make sure any kind of MONITORING is in place. (If not buy it by discussing it with your manager)
2. Make sure...
October 14, 2013 at 3:48 am
Ray M (10/4/2012)
Then use the case statement to create the new derived columns you need.
Try it and get as far as you can,...
October 4, 2012 at 1:20 pm
Ray M (10/4/2012)
Then use the case statement to create the new derived columns you need.
Try it and get as far as you can,...
October 4, 2012 at 12:54 pm
I think you will have to consider what else is going on the server when the query is giving late response.
run a trace on the instance for some hours to...
October 4, 2012 at 11:14 am
Can you post the script you are using to backup the database?
October 4, 2012 at 11:10 am
John Mitchell-245523 (10/4/2012)
SELECT SUSER_NAME()
SELECT USER_NAME()
It doesn't matter whether you're a sysadmin,...
October 4, 2012 at 2:50 am
Lowell (10/3/2012)
sql-noob (10/3/2012)
question
Isn't the sa suppose to have full control over the database?
thanks to all of u for answering the questions with limited resources, i really appreciate it.
As you are...
October 3, 2012 at 12:27 pm
my findings
1. when i execute the select statement in the view without the where clause it gives the results but more than the actual results it should give(naturally), not the...
October 3, 2012 at 11:49 am
MysteryJimbo (10/3/2012)
Are you using a bespoke application with custom security levels?
No we dont use bespoke application.
TRUTH: I really didn't know what a bespoke application is, but i surely checked it...
October 3, 2012 at 11:39 am
MysteryJimbo (10/3/2012)
Data is not restricted on a permission basis. Either you can read the...
October 3, 2012 at 11:36 am
Viewing 15 posts - 1 through 15 (of 30 total)