Viewing 15 posts - 31 through 45 (of 56 total)
Grant view to testuser will grant view permission on specific view. if you need the user to view all tables, then add him db_datareader role
September 7, 2009 at 12:43 pm
In case, if you have created the new file in the same file group (PRIMARY), then you may stop the grow option on the old file and enable grow option...
September 7, 2009 at 12:28 pm
Thanks Adi and gah. I wanted to have total count of transactions and with 210 count, 420 count. This is the expected results. thanks again.
August 30, 2009 at 11:13 am
Dear All,
Here, i need one more query. i want to delete nullified transactions. meaning, all rows with same (seqno and auth_type 1 and 2). So that, i will have only...
August 12, 2009 at 12:17 am
Thanks Paul. I just tried to run with fully qualified name. still the same 😉
July 30, 2009 at 5:35 am
Thanks Adi for the detailed reply. I really appreciate it. Thanks for your time.
July 16, 2009 at 6:15 am
Thanks Adi. If i change the parameter to datetime, it works fine. But need to modify all the VB and Crystal reports code (passing the parameter). Thats why i was...
July 15, 2009 at 10:21 pm
Thanks Adi. If i change the parameter to datetime, it works fine. But need to modify all the VB and Crystal reports code (passing the parameter). Thats why i was...
July 15, 2009 at 10:19 pm
Thanks Hari. It was very old code and hesitate to change anything. The change is a MUST now 🙂
Thanks again
July 15, 2009 at 2:21 am
Thanks Adi.
Try the sample code. it generates the same error
CREATE TABLE DBO.TEST (DAT_TIM DATETIME NOT NULL)
GO
INSERT TEST
SELECT GETDATE() UNION ALL
SELECT GETDATE()-1 UNION ALL
SELECT GETDATE()-2 UNION ALL
SELECT GETDATE()-3 UNION ALL
SELECT...
July 15, 2009 at 1:50 am
Device activation eror. the physical file name 'D:\DB_restored\Accounting.mdf' may be in correct.
It looks like the physical path of the .mdf went wrong.
You must properly detach the db and move the...
July 14, 2009 at 10:31 pm
If you still want to move system database to another drive, links are here:
http://www.takeabyte.com.au/2008/10/moving-sql-master-database-in-sql-2005/
JYM
July 13, 2009 at 10:41 pm
Yes, 'TO' is to move your data files or log files to different locations, when you restore database backup.
July 12, 2009 at 5:40 am
Thanks Lutz and Wayne. I am sorry for not giving all the required details at once.
I am looking for the results upto 10 seconds only. (even, if there is a...
July 4, 2009 at 12:01 am
Viewing 15 posts - 31 through 45 (of 56 total)