Viewing 15 posts - 361 through 375 (of 712 total)
This is the one i use.
use master
CREATE TABLE #TMPFIXEDDRIVES (
DRIVE CHAR(1),
MBFREE INT)
INSERT INTO #TMPFIXEDDRIVES
EXEC xp_FIXEDDRIVES
CREATE TABLE #TMPSPACEUSED (
...
October 12, 2012 at 7:31 am
Lynn Pettis (10/12/2012)
durai nagarajan (10/12/2012)
homebrew01 (10/12/2012)
FYI: http://en.wikipedia.org/wiki/South_Asian_numbering_systemwhat is this?
A link to a wiki page to help explain what a crore and a lak is. There are many of us...
October 12, 2012 at 7:29 am
homebrew01 (10/12/2012)
FYI: http://en.wikipedia.org/wiki/South_Asian_numbering_system
what is this?
October 12, 2012 at 6:23 am
this $ users are available in one of my server as well but i havent removed it yet.
as per me no body can access using that logins so how security...
October 12, 2012 at 5:10 am
daily data of 15 lakhs has total of 5 crore means average of 30 -35 days of data only right.
do you have any keys / indexes in the table.
try moving...
October 12, 2012 at 5:06 am
sqlrd22 (10/12/2012)
durai nagarajan (10/11/2012)
are you getting the complete output in the email?can you mask the sensitive code and post a sample so that we can check.
Sorry I've only just managed...
October 12, 2012 at 5:02 am
are you getting the complete output in the email?
can you mask the sensitive code and post a sample so that we can check.
October 11, 2012 at 8:02 am
can you provide the below details.
are using excel to open the csv file?
what is the sql server and office version?
approximate no of rows for 2 or 3 days
October 10, 2012 at 8:13 am
ksr39 (10/10/2012)
But it’s difficult to find the table which is not been used more than a month as my server was rebooted since 65...
October 10, 2012 at 8:10 am
try with the sever IP address/reports and check whether in iis direct browse is working or not.
when ever there was a issue i used to get some error from report...
October 9, 2012 at 12:37 am
is it named as reportserver or somethingelse.
are you tring the correct URL.
October 8, 2012 at 12:28 am
[quote-0Now challenge come when i have single Item present in store, in this case group by Store and Item will not give my required output.
[/quote-0]
100003 is once in your example...
October 4, 2012 at 3:04 am
can you push this data to a temp table
select min(Priority) 'Priority', Item, Store
from tableName
group by Item, Store
and then join with main table to get No_ column
old idea but...
October 4, 2012 at 2:43 am
do you want to show one data irrespective of different priority right?
October 4, 2012 at 1:34 am
Viewing 15 posts - 361 through 375 (of 712 total)