Topics
Started by
Posts
Last post
Hi I am trying to extract just the hours and minutes form getdate. The best I have come up with i…
4 replies
This is puzzling...at least to me. SELECT A FROM TABLE 1 WHERE A NOT IN ( SELECT Field1 FROM B ) AN…
2 replies
Hello All experts, I have requirment to run the queries against three tables with left outer join, …
3 replies
Hi all, I have a TSQL case I cannot explain. The problem is that the same SQL statement from the sa…
6 replies
I know I can get the information from sys.master_files and sp_heldb but how can I write a query to …
3 replies
Hi All, I have 4 tables, Employee: Id, code, name, pos_def_id 213, Z300, Diana Benk, 108 ShiftAssig…
4 replies
Hi All, I'm having two databases, I need to run a query in my aspx pageload that checks for any new…
8 replies
I have a pass through query that is like: execute spsocialcount '[BeginDate]','[EndDAte]','[Holiday…
7 replies
DDL & sample test data: create table #TEST ( idint, totdaysvarchar(6) ); GO INSERT TTEST …
4 replies
I am showing you dummy data select A,B,C from TEST Output: 1011 1012 1121 1122 1131 113…
2 replies
Can anyone spot what is wrong with this? EXEC [LinkedServerName].master.sys.sp_executesql 'BACKUP D…
4 replies
I have a problem with a heap table that has a single index (not clustered). For reasons that are no…
3 replies
Hi All, I wanted the resulted xml to look like this : <Root> <QueryWaiting version="B000"&…
1 replies
I writing a query as follow Select 'I87' [Location],PC.Company_Name [Company Name], Q.Department…
4 replies
Hi I have a requirement where i need to take the database default collation for creating the view. …
2 replies
Viewing 15 topics - 7,426 through 7,440 (of 10,635 total)
You must be logged in to create new topics.