Viewing 15 posts - 751 through 765 (of 927 total)
Change is always good. its always feels better if you found a question marked answer. 🙂
February 10, 2014 at 2:50 am
These files are located in Log with name "ERRORLOG" in the installation drive of your SQL SERVER with the following name "ERRORLOG". By Default there are three files.
you can either...
February 5, 2014 at 11:33 pm
I like these true, false questions. Thanks for sharing Steve.:-)
February 5, 2014 at 11:04 pm
nice question Steve, Thanks for sharing
February 4, 2014 at 5:38 am
this link will be helpful for you to get info of ReportServer database
http://sornanara.blogspot.com/search/label/Query%20ReportServer%20Database%20Tables
.
hope it helps
February 4, 2014 at 5:12 am
aalianebhan (2/2/2014)
I define a connected server and got the following error:The thing name '[OXFORD\BA].master.dbo.Mirroring.Config' includes more than the maximum number of prefixes. The maximum is 3.
why ?
.....................................
Livetecs
Time Tracking Software
Prefix is...
February 3, 2014 at 2:08 am
i have checked this on 2005, 2008, 2008R2, 2012(all the x64 bit versions) and it worked perfectly. Its a very strange behavior thou. try to put the statistic on for...
February 2, 2014 at 11:31 pm
dopydb (1/31/2014)
the problem is i only want the customer record ignored if...
January 31, 2014 at 6:19 am
please share sample data and expected output, and is this query for MSAccess or SQL Server?
January 31, 2014 at 6:14 am
Below code is to demonstrate the working which can be performed on the original query
DECLARE @SubQuery1 Table (
LoadNumbervarchar(20)
,CUSTOMERvarchar(20)
,PickPalletCountint
)
DECLARE @SubQuery2 TABLE(
LoadNumbervarchar(20)
,CUSTOMERvarchar(20)
,con_countINT
)
INSERT INTO @SubQuery1
Select 'AL75152','CD113', 2 UNION ALL
Select 'AL75152','GI005', 3
INSERT...
January 31, 2014 at 6:05 am
its a vehicle information system rite, which means one number can be associated with multiple customers.
and its can have standard number and customer number. if this understanding is rite then
(Data...
January 31, 2014 at 5:31 am
can you share the sample data and expected output, its still a bit unclear
January 31, 2014 at 4:50 am
you can refer to the following link for the audit log techniques.
http://www.mssqltips.com/sqlservertip/1468/designing-tables-for-audit-data-in-sql-server/
hope it helps in the process.
January 31, 2014 at 3:49 am
this solution will be bring performance issues in case of bulk operation and if this table is heavily used you will get blocking issue. you better rethink your structure.
January 31, 2014 at 1:05 am
Viewing 15 posts - 751 through 765 (of 927 total)