| bio | website | robotsarajevo.com |
|---|---|---|
| location | Novo Sarajevo, Bosnia and Herzegovina | |
| age | 30 | |
| visits | member for | 1 year, 9 months |
| seen | 2 days ago | |
| stats | profile views | 46 |
Hello ! I am coming from Bosnia and Herzegovina,Sarajevo capital, I work in family firm as an IT administrator, My primary task is to eventing works well and lot of other stuff such as buying software, buying equipment, administrating SQL servers and much more. Our Company business is retrial and We have shops all around country with more than 300 working station with more than 1000 employed. In free time I try to learn programing in .NET and I having fun driving motocross bike, some time by summer I do a solar gliding flaying as sport pilot. If You fund my English is bad do not be maid my education was mostly during the war in Bosnia, in that time we did not have to study much for good ratings. Best regards Admir
|
May 10 |
comment |
Installation of SQL Server RAID 10 vs RAID 5 maybe this can help dba.stackexchange.com/questions/7773/… |
|
Apr 26 |
comment |
Easier way to handle so many isnull() situation @AaronBertrand Thanks a lot on trying to help, Ill show Full source immediate when I got finished my work, That is way there is bugs. I start writing query and saw where it is going and than I stooped and start searching for help |
|
Apr 26 |
comment |
Easier way to handle so many isnull() situation @Closers why vote to close ? |
|
Apr 26 |
comment |
Easier way to handle so many isnull() situation @AaronBertrand Thanx on that, I was hoping that I can set ANSII NULL param but looks like it ANSII NULL is not in common whit my problem |
|
Apr 26 |
comment |
Easier way to handle so many isnull() situation @AaronBertrand I do calculations (+,-,*) inside TSQL but my tables are mostly Left Outer Joined and I have many nulls |
|
Apr 11 |
comment |
How to handle update or insert situations @AaronBertrand Then I should avoid adding SET NOCOUNT ON; inside my sprc ? |
|
Feb 20 |
comment |
How to sort category by path and sort order? did you try order by level,path ? You can put more then one column in order |
|
Feb 20 |
comment |
Are there differences in performance of getting data between FullText Search and indexed columns @AaronBertrand Perhaps I am afraid because I do not have enough knowledge about it. Ill try anyway thank you on nice comments. |
|
Feb 20 |
comment |
Are there differences in performance of getting data between FullText Search and indexed columns @filter in most time will be part of name (naziv) or part of catalog number (sifra). User knows only part of catalog number or part of name of an article. And then searching. Does that mean that it is no propose of setting full text indexes |
|
Feb 20 |
comment |
Are there differences in performance of getting data between FullText Search and indexed columns @AaronBertrand is there any other option to use any part of string inside search, beside using full text ? |
|
Feb 16 |
comment |
Pricing of databases in Azure No additional costs for, bentwhit, storage or server ? |
|
Feb 16 |
comment |
Pricing of databases in Azure @JonSeigel Yes I saw that and that make me more confused. Crutial question is. Do we have additional costs if I need just one database ? |
|
Jan 16 |
comment |
Find top by values by percents using range in SQL Server @MartinSmith 2008R2 |
|
May 17 |
comment |
Sharing MS Excel Sheet over network? Barcode scaners have USB Output, and in what they are pluged in. Are they act as HIDs on some machine or they have own memory and mode to send data in other way |
|
May 17 |
comment |
Convert a datetime column to number of seconds May I ask: Why do You do it ? |
|
May 9 |
comment |
SQL Database to XML? Here is another useful link msdn.microsoft.com/en-us/library/w2kae45k.aspx |
|
May 9 |
comment |
Find last (max) value according to TimeStamp using update method @JNK I still do not know how SQL handle situation when there is two maches for update in one query? What will hapen if I just update one table whit another table with more matches for one PK in Update table with more FK in table with new values this case { update #Table_To_update set last_value=table2.value from #Table_To_update table1 inner join #table_as_sub_query as table2 on table1.pk=table2.fk} |
|
May 9 |
comment |
Find last (max) value according to TimeStamp using update method @JNK Yes I do , request is to find newes value, |
|
May 9 |
comment |
Find last (max) value according to TimeStamp using update method @JNK I added sample, Can You now understan my poor english |
|
May 7 |
comment |
How to design database for tree view with an infinite depth @CodeCanvas You should answer not comment so I can select this as an answer. |