can anyone give me the plsql for retrieving data that is for the previous month;
what i want is something like this;
WHERE data_month = previous month
thanks
how can i change the authentication mode via query analyzer.
right now it is set to windows authentication and i want it to be sql server authentication only.
i use sql server 2000 and i could only connect via my windows login. i am an administrator on my PC.
Thanks
After building my solution in vs.net 2003, i cannot find the .exe in my project folder. is there another command to create the .exe.
i have created a smart client and i want to call run it via a URL but i need to point to the .exe
Thanks
can anyone suggest how to move data away from a very sensitive sql server 2000?
the application runs several transactions and any extra load on it tends to affect its performance.
the data is to be moved away for data warehousing purposes...i thought of replication but would that not put extra...
how can i script the changes (in tsql) that i make in EM?
For example, if i change the length of a varchar field from 20 to 30, i want to see the tsql for it.
I use sql server 2000.
thanks
i am trying to create a default value for the column activevac using the following tsql;
ALTER TABLE vacancies
alter column activevac nvarchar DEFAULT -1
----------------------------------------
but i keep on getting the following error;
Microsoft OLE DB Provider for ODBC Drivers error...
i want to attach a db and only when that is successful, will i pull data from an oracle linked server into the newly attrached db..
my question is how can i query the state of the db before i pull data from oracle?
what i want to do is ONLY pull data if the attach was successful..
if the attach...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.