Viewing 15 posts - 2,686 through 2,700 (of 13,461 total)
since you want date elements that are related to the same row where your max() is found, i think you want to use row_number with partition to organize the...
January 6, 2014 at 6:24 am
tnt750 (1/3/2014)
i have a username and password of the instance sqlserver 2008 in a web server
i want create a admin user or hack this server
please help...
January 3, 2014 at 12:04 pm
I believe in that case, you want to load all the files associated to a trace, instead of individual files.
I typically create a view for every trace i have to...
January 3, 2014 at 11:38 am
duplicate post.
no need to cross post to multiple forums it fractures the answers you get and makes posters duplicate others work.
the "Recent Posts" link shows us everything.
continue the thread here:
http://www.sqlservercentral.com/Forums/Topic1527490-147-1.aspx
January 3, 2014 at 7:46 am
duplicate post.
no need to cross post to multiple forums it fractures the answers you get and makes posters duplicate others work.
the "Recent Posts" link shows us everything.
continue the thread here:
http://www.sqlservercentral.com/Forums/Topic1527490-147-1.aspx
January 3, 2014 at 7:45 am
where did you download your current shape files?
did you check to see if they had updated versions there?
did you try searching for anything?
https://www.google.com/search?q=geospatial+shape+files+sudan
January 3, 2014 at 7:44 am
Ok Sean, I'm revisiting your ITVF version of this function, and seem to have a problem with it when the data does not have the data at the assumed index;
rub...
January 3, 2014 at 6:44 am
pujain (1/3/2014)
why I need this much of data : This is the requirement by Higher management for some analysis purpose, I know this much of data is...
January 3, 2014 at 6:27 am
does this query from technet, which purportedly gets cluster information by reading the registry and other items via TSQL help?
COLLECT CLUSTER INFORMATION USING TSQL
i see it identifies node names and...
January 2, 2014 at 3:07 pm
profiler is resource intensive, no matter the SQL version.
consider this:
there is nothing a slow, resource intensive profiler trace can do that a server side trace cannot do.
EVERY client side trace...
January 2, 2014 at 3:03 pm
that error is normal, because you cannot execute as the context of a windows group, only as a windows user, who happens to be in that group.
January 2, 2014 at 12:12 pm
balasach82 (1/2/2014)
2.should have ability to create tables and have access to...
January 2, 2014 at 12:08 pm
can you add CLR procedures?
writing to a file is very, very easy if you add some CLR's;
i've got a simple example out on codeplex that i wrote as a proof...
January 2, 2014 at 10:21 am
Viewing 15 posts - 2,686 through 2,700 (of 13,461 total)