|
|
-
Sergejack Learned 9 Months ago through Just Learned | 1 Point
Do you know ANSI-92 versions of T-SQL therefore early 6.5 version was so programmatically influenced. This was tha old-style LEFT OUTER JOIN syntax.
SELECT TableX.ID, TableY.ID
FROM TableX, TableY
WHERE TableX.ID *= TableY.ID
T...
|
-
Sergejack Learned 9 Months ago through Just Learned | 1 Point
Do you know ANSI-92 versions of T-SQL therefore early 6.5 version was so programmatically influenced. This was tha old-style LEFT OUTER JOIN syntax.
SELECT TableX.ID, TableY.ID
FROM TableX, TableY
WHERE TableX.ID *= TableY.ID
T...
|
-
Sergejack Learned 1 Years ago through Just Learned | 1 Point
I just learned how to change the location from where the Desktop get's it files/folders. The default location is c:\users\xyz\desktop - and you can change this. Go to the ***Desktop Folder, Right click, Properties, Go to Location Tab, click move an...
|
-
Sergejack Learned 1 Years ago through Just Learned | 1 Point
I just learned how to change the location from where the Desktop get's it files/folders. The default location is c:\users\xyz\desktop - and you can change this. Go to the ***Desktop Folder, Right click, Properties, Go to Location Tab, click move and...
|
-
Sergejack Learned 1 Years ago through Just Learned | 1 Point
Type “prop” and press tab 2 times it create property for you just give data type and name of property you would like to create....
|
-
Sergejack Learned 1 Years ago through Just Learned | 1 Point
Type “prop” and press tab 2 times it create property for you just give data type and name of property you would like to create....
|
-
Sergejack Learned 1 Years ago through Just Learned | 1 Point
I have been working on creating my demo scripts for "Tech-ED India 2012" and while trying different options, realized that the FORMAT function can be (mis)used to embed external strings into the format specification.
PRINT FORMAT( GETDATE(), ...
|
-
Sergejack Learned 1 Years ago through Just Learned | 1 Point
I have been working on creating my demo scripts for "Tech-ED India 2012" and while trying different options, realized that the FORMAT function can be (mis)used to embed external strings into the format specification.
PRINT FORMAT( GETDATE(), ...
|
-
Sergejack Learned 1 Years ago through Just Learned | 1 Point
While installing a windows service I wrote this command in my installation script (not using the installutil.exe) and used a service user account.
SC.EXE create MyService
binPath= "%CD%\MyService.exe"
start= auto
obj= "domain\Myserviceuse...
|
-
Sergejack Learned 1 Years ago through Just Learned | 1 Point
While installing a windows service I wrote this command in my installation script (not using the installutil.exe) and used a service user account.
SC.EXE create MyService
binPath= "%CD%\MyService.exe"
start= auto
obj= "domain\Myserviceuse...
|