Viewing 15 posts - 2,071 through 2,085 (of 2,647 total)
rams.prsk (12/5/2011)
Hai Jared,Could you please write me a query which could get the exact maximum versions though there might be many versions in the future.
Thanks,
ram
I can give you a sample...
December 5, 2011 at 10:53 am
eseosaoregie (12/5/2011)
December 5, 2011 at 10:49 am
Also, why are you inserting 3 rows into a table and then selecting TOP 1 without an ORDER BY? Either insert only the 1 row that you need, or make...
December 5, 2011 at 10:48 am
Please include the actual DDL from your ClientVersion table, and the function you are calling.
Jared
December 5, 2011 at 10:46 am
rams.prsk (12/5/2011)
Iam having clientlist table which contains clients username and the clientversions details.
Here is the list of Clisntversions of my table:
2.2.0.12
2.2.0.13
2.2.0.16
2.2.0.18
2.3.0.1
2.3.0.2
From the list we can see the maximum version...
December 5, 2011 at 10:44 am
that format has the advantage of being the "standard", which all languages and DBMS systems should be able to translate to the correct datetime.
This is why I am in favor...
December 5, 2011 at 10:40 am
MidBar (12/5/2011)
I wonder if One could tell me the benefit of using different date format in tsql or procedure coding.
Does database engine works different or efficiently, if we use YYYYMMDD...
December 5, 2011 at 9:44 am
I don't understand the Vista/Windows 7 thing... Are you running Vista or Windows 7?
Don't enter a named instance... Leave it as the default.
If you are a student, go ahead and...
December 2, 2011 at 9:07 am
oliver.morris (12/2/2011)
Many Thanks for your...
December 2, 2011 at 8:31 am
4x4krzy (12/2/2011)
I took over as DBA a wile ago and the security was not quite what it should be. I've been fixing ever since.
Another weird thing that...
December 2, 2011 at 8:29 am
oliver.morris (12/2/2011)
Yeah I will give this a go and see if it helps.Many Thanks,
Oliver
Whilst you are doing this pesky parsing, I would think about a redesign. Allow the user...
December 2, 2011 at 7:49 am
ScottPletcher (12/2/2011)
You can't drop the user account(s)? [not the actual login]
It seems that's the real problem. The user account is different from the login, but has the same sid....
December 2, 2011 at 7:46 am
lacwill25 (12/1/2011)
Trying to setup a SQL Server database for the first time.
At this point, it may be best to uninstall all versions of SQL Server from my laptop and restart.
Just...
December 1, 2011 at 6:16 pm
ScottPletcher (12/1/2011)
INSERT INTO foundTable ( note_#, product_code )
SELECT n.note_#, p.product_code
FROM notesTable n
INNER JOIN productsTable p ON
n.notes LIKE '%' + p.product_code + '%'
...
December 1, 2011 at 6:11 pm
brian 20008 (12/1/2011)
The indivudual queries (prior and post the union statement) run quick. It's only when everything is run and...
December 1, 2011 at 2:59 pm
Viewing 15 posts - 2,071 through 2,085 (of 2,647 total)