Viewing 15 posts - 8,356 through 8,370 (of 13,460 total)
sure, if you can assume that *today* decides that you want the first of the current month; so if you run the report, witht hat condition, the date range changes...
November 30, 2010 at 5:42 am
learned something new today; thanks graham; didn't even know about the Registered Servers panel until this post. lots of options like automatic discovery of all servers on the network and...
November 30, 2010 at 5:31 am
InfiniteError (11/29/2010)
honeslty, the exact thing that i want to do is to modify the date modifed column for a
stored procedure, and regarding the encryption, all i...
November 29, 2010 at 6:54 pm
InfiniteError (11/29/2010)
Im sorry i use the sql 2005 keyword, the changes that i want to made is in sql server 2000, i google it and many said...
November 29, 2010 at 6:32 pm
dsohal (11/29/2010)
November 29, 2010 at 5:52 pm
==edit== too slow again....
it'll have to be a case statement i think:
SELECT
CASE
WHEN col01 = 1 THEN 'col1'
WHEN col02 = 1...
November 29, 2010 at 1:58 pm
well then there is two parts to your issue:
I want to see if the developer is using to connect
you can do that with a login trigger...you can write to...
November 29, 2010 at 1:09 pm
When Starship Troopers first came out, I wanted to see it, since i had read the book a long time ago...
took my kids to see it when they were 8...
November 29, 2010 at 11:49 am
here is a simple model that might help: take a look a this thread on a similar subject, where limits were needed to prevent connections from anywhere but the "right"...
November 29, 2010 at 11:34 am
it seems to me that unless you want the name and phone number fields to be null, you have to join to another table (by ID?) to get those other...
November 29, 2010 at 6:15 am
himabindu020 (11/29/2010)
[font="Times New Roman"][/font]
The original poster says he has installed SQL server, but cannot connect via SQL Server Management Studio. He also wants to learn BI, but is just getting...
November 29, 2010 at 6:05 am
Please don't crosspost. It just wastes people's time and fragments replies.
(cross posting is asking the same question multiple times in different forums)
By checking Recent Posts>>Posts Added Today
other forum...
November 29, 2010 at 6:01 am
Not enough information, my friend; remember we can't see the query that you are refering in your question...you'll need to show us the query you started with, so we can...
November 29, 2010 at 5:56 am
I have this snippets saved which might help; it's using a pair of loops table to strip out any comments , so you can then search just the remaining proc...
November 28, 2010 at 12:05 pm
it depends on the source.
any SQL statement that features a FROM Clause can optionally have an INTO NEWTABLENAME in it.
so the trick is to wrap BULK INSERT so it has...
November 25, 2010 at 6:20 am
Viewing 15 posts - 8,356 through 8,370 (of 13,460 total)