Viewing 15 posts - 31 through 45 (of 86 total)
thanks Gail..
I will do it and let you know, mean while I try to write a code as below to get the usage of tables.
--Query to Get Dependency of...
August 1, 2014 at 3:15 am
Hi Gail Shaw,
thanks for the info, i would to the needful regarding the tables, could you please explain little bit more for SPs..
@anthony.Green, thanks for your suggestion, but...
August 1, 2014 at 1:23 am
I just had a guess, you were working on the remote machine, better you try with executing sqlcmd for that particular folder and see whether you are able to access...
July 25, 2014 at 7:52 am
Hi,
the link you provided is very useful to know about the DOs and DONTs, and don't mistake me there is one more mistake to be corrected in your article, you...
July 25, 2014 at 7:34 am
as I read though this artcile i stuck here..
Microsoft had recommendations on ways to rewrite queries in order to take advantage of batch processing
could you please give me a sample...
July 25, 2014 at 4:41 am
1) Ensure the file is not in open state. (in some cases, even though you close that particular file and not the excel, due to cache, you could get this...
July 25, 2014 at 1:25 am
Thanks John, Thanks Grant..
I too did what you guys suggested, earlier the table having a clustered Index scan (found from execution plan) to get the key of the particular row,...
July 22, 2014 at 9:29 am
No.. the results would be different.. am sure.. (refer the screen shots attached)
may be the CPU usage is not because of only the SQL Query, also some other network...
July 11, 2014 at 4:07 am
May I know from which DB have you executed this statement, because if its got executed from the system DBs then propably you could get such number of...
July 10, 2014 at 3:03 am
Very nice script. Is there a way to break down the script for date ranges (ie last week, this month, this year)?
Thanks
It does not make sense, because the CPU...
July 9, 2014 at 12:50 am
Thanks to Hardy & Koen for your immediate replies.
@Hardy,
yes it is not a live server as of now, but I am planning to implement the changes to the live server...
July 8, 2014 at 8:07 am
yes, ChrisM's query is simple aswell it is more efficient and Optimized too..
--Estimated Subtree Cost = 0.0034222 (to calculate 21.6 rows)
select Field from #tempunpivot UNPIVOT (Field for ColumnName IN ([unic],[nrc],[nr_tel],[id_stud]))...
July 8, 2014 at 5:34 am
Your Question 1):
If a Clustered index is not specified, doesn't SQL Server create its own clustered index behind the scenes?
answer:
if you miss to specify the Index Type, there...
July 8, 2014 at 5:13 am
Kenneth Wilhelmsson (11/16/2005)
Whenever I get this message, it's because of one ofthree things:
1) The path/filename is incorrect (check your typing / spelling)
2) The file does not exist. (make sure the...
July 4, 2014 at 9:26 am
it returns the current drive and its free spaces, could you guide further, I too facing the same issue
Thanks,
Prabhu
July 4, 2014 at 8:50 am
Viewing 15 posts - 31 through 45 (of 86 total)