Hi svagelis...
Please you try,
1. Check it your Local Server Name. It have to same with your Computer Name (Lower and Upper Letter).
2. Check it too, connection, username, psw, protocol(named pipes, tcp/ip, multiprotocol)
3. If this solution still problem, disable (not active) all off sql...
Hi Lftsk,
Your output may be like this :
RecType col1 col2 col3
------- ------- -------- --------
A 100 200 400
B 100 200 500
C 100 200 600
D 100 200 700
You can try to...
Hi boopers...
To do the crossing database, it's no problem. Don't forget, you must write database name. Like this :
SELECT database1.table.* from database1.table INNER JOIN
database2.table ON database1.table.field =
database2.table.field
Thank's.
Kurniadi
Hi boopers...
I don't know, your mean "Combining".
But I think, you can to joining for All Tables (visit,visitapptlist,casemain) with JOIN on one SQL query syntaxt.
Thank's.
Kurniadi
Hi...
Or may be you can try like this...
Select TimeValue = Substring(str(IntColumn,6),1,2)+
Substring(stuff(str(IntColumn,6),1,2,':'),1,3)+
Substring(stuff(str(IntColumn,6),1,4,':'),1,3)
don't forget to use STR(IntColumn, 6) ! -> hh:mm:ss
Hi element19...
You can browse :
http://www.microsoft.com/downloads/results.aspx?productID=261BA873-F3AB-420E-96D6-E3004596A551&freetext=SP&DisplayLang=en
Kurniadi, Indonesia
Hi...
Shouldn't use DATETIME, but please use VARCHAR(10), in SQL Server is no problem.
And the important, please look at Regional Setting, change the SHORT DATE STYLE to dd/mm/yyyy or mm/dd/yyyy and please use 101 or 103 for anticipate SHORT DATE STYLE. For the current date, please use...
You can use the logical like this...
DateSubmitted = CONVERT(varchar(10),Current_Timestamp, 103)
or you can use CAST. Please open "SQL Server Books Online" with the topic "CONVERT"
Kurniadi, Indonesia
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.